Connect to mysql local server via USB

J Jorge Vigil 3 years ago
1 1 0

Hi everyone;
 
I´m a newbie in EMDK and I don´t know if it´s possible. I have to interchange data between device and PC. The PC has a MySql database. I could make it trought wifi connection but I´m not be able to do it via USB, without Wifi. I need that because several clients donn´t have any kind of wireless connection. I know that the Windows Embeded devices provide a solution for that, but Android doesn´t mention anything.
 
Thank you very much

Please register or login to post a reply

1 Replies

V Vedsatx Saddvv

Jorge, I don't fully understand your question.  I assume that on Windows Embedded devices, the Windows tools that enable usb communication, also setup a network link between the PC and Device. which allows the mobile windows device to reach the network address of the MySql server hosted on the PC. 

On Android, you may be able to use the port forwarding feature of ADB (Android Debug Bridge) to allow your app to access the mysql server on the pc.  Android Debug Bridge | Android Developers

CONTACT
Can’t find what you’re looking for?