
PT-Basic Programming Manual Ver. 1.00 103/143
3.20 USB commands
To initialize and enable USB port.
Using USB_OPEN command can initialize and enable the
USB port.
Using USB_CLOSE command can disable and suspend the
USB port.
To read specific number of bytes from USB port.
A$ is a string variable to be assigned to the data.
N% is an integer variable indicating number of bytes to be
read from USB port.
To write specific number of bytes to the PC side.
A$ is a string variable indicating the data is to be sent.
N% is an integer variable indicating number of bytes to be
writen to USB port.
Comentarios a estos manuales