You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually have been successful in doing the android arduino serial communication. Now, I want to shift my arduino circuit to Wemos D1 & R2 mini. Because of that reason, I want Android arduino serial communication. I though that it will simply work out by simply connecting the cable of Wemos with OTG and then to android. That is not working. I want to know, Is that possible to do that? and if that is so, how can I do this?
The text was updated successfully, but these errors were encountered:
Hi. If this is normal serial communication it should be possible. You need to get the vendor id of your device and add it to the filter of the library using the addVendorId(0x1234) method. Have you tried that ?
I actually have been successful in doing the android arduino serial communication. Now, I want to shift my arduino circuit to Wemos D1 & R2 mini. Because of that reason, I want Android arduino serial communication. I though that it will simply work out by simply connecting the cable of Wemos with OTG and then to android. That is not working. I want to know, Is that possible to do that? and if that is so, how can I do this?
The text was updated successfully, but these errors were encountered: