The USBSerial component can be used to communicate with other USB devices connected to yours.
The default constructor values are:
baudrate: 9600
To find out more about RTD and DTR or USB serial at all visit Wikipedia: RS-232
Known to work: Nexus7, GalaxyS3/S4, ExperiaZUltra, TescoHudl
Dont work: Nexus4, GalaxyS1, AsusMemo
Methods
The following methods are available on the USBSerial object:
Batch(
properties )
GetCD()
GetDTR()
GetRTS()
GetType() → String: “USBSerial”
IsConnected() → Boolean
SetDataMode(
mode )
SetMaxRead(
bytes )
SetMaxWrite(
bytes )
SetTimeout(
ms )
Start()
Stop()