- Home /
Send data from android to pc by USB (C#)
How I can sending data from Android to USB by USB connection? I need send data from unity android app to pc app on windows forms or unity app. Its will look like unity remote, sending data by only usb cable, without external devices for example adruino etc.
Answer by P3JX · Aug 10, 2015 at 08:09 AM
How I can sending data from Android to USB
USB doesn't have a MEMORY. Its just a cabal.
I need send data from unity android app to pc app on windows forms or unity app
You can use SQLite to store data and retrieve data. connect both app to one database. find more on here (not tested i think it might work)
Its will look like unity remote, sending data by only usb cable, without external devices
I have no idea what are you talking about. unity remote is an app which connect your mobile phone and the unity editor. so you can simulate phone touch and behaviour in the editor.
Answer by arturmandas · Dec 03, 2020 at 03:17 PM
Sockets is what you need, forget sql, it's not fit for the job.