1

I am developing a mobile app that will communicate with external devices through USB serial cable I have done this with physical device, but I want this with android emulator (Virtual mobile). I think if we can connect emulator USB port with laptops COM port we can do this communication.

So, what I am looking for is a way to communicate with virtual android emulator and USB serial device.

2
  • Have you seen: developer.android.com/studio/releases/… USB passthrough is now available on Windows using -qemu -usb -device usb-host,vendorid=<usb-vendor-id>,productid=<usb-product-id>. (This should also have been workng on Linux and macOS already) Commented Jul 15, 2024 at 10:01
  • I am hearing this for the first time and i have tried as much I know. Can you explain this process. Thankyou in advance. Commented Jul 16, 2024 at 18:54

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.