Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

ivorycirrus/Android2PC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Android2PC

USB Socket Communication between PC and Android

Modules

  1. PC2UsbSocketApplication - A socket server application which installed on the android devices.

  2. SocketExample - Socker server and socker client programs in java languages.

Usages

  1. Install Android usb driver and ADB on your PC.

  2. Connect PC and Android device using USB cable.

  3. Set adb port forwarding. Example:> on pc's command console (shell prompt) $ adb forward tcp:9500 tcp:9500

  4. Run "PC2UsbSocketApplication" application on android device first.

  5. Compile and Run socket server in "SocketExample"

About

USB Socket Communication between PC and Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages