views:

50

answers:

0

I need my app to connect to a PC via USB cable and continuously send/receive data.

I wanna use ObjectInputStream/OutputStream for this.

  1. Is TCP the only way?

  2. Is the only way to have ADB installed and use ADB forward for this? Can't I transfer data without the user to have ADB installed?

Thanks.