Copy link to clipboard
Copied
Hey all,
I was wondering if usb communication between two computers is possible and what I would need to get started.
I want to connect two computers and send data through a usb cable. Prior app was using wifi however signal was not consistent and I need consistency.
THanks!
Well I found a solution to my problem.
Used some Arduino Miccrocontrollers and i2c with serial communication to get the job done:
usbFlashSerialCommunication - YouTube
Thanks.
Copy link to clipboard
Copied
Hey all,
I was wondering if usb communication between two computers is possible and what I would need to get started.
I want to connect two computers and send data through a usb cable. Prior app was using wifi however signal was not consistent and I need consistency.
THanks!
Well I found a solution to my problem.
Used some Arduino Miccrocontrollers and i2c with serial communication to get the job done:
usbFlashSerialCommunication - YouTube
Thanks.
Copy link to clipboard
Copied
Anyone?
I have now been looking into bluetooth connection to solve this. It has been a challange. I am using this lib:
http://as3breeze.com/bluetooth-ane/
and am never able to get Bluetooth.isSupported to be true.
Any ideas?
Thanks!
Copy link to clipboard
Copied
Well I found a solution to my problem.
Used some Arduino Miccrocontrollers and i2c with serial communication to get the job done:
usbFlashSerialCommunication - YouTube
Thanks.
Copy link to clipboard
Copied
I see you found a solution, but for anyone else who drops in here, if it's an Android app you would need these permissions to be set in the app-descriptor XML:
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>