
NAURTECH WEB BROWSER AND TERMINAL EMULATION FOR WINDOWS CE AND WINDOWS MOBILE
CETerm Scripting Guide Page 69
IBM emulation only. VT state can only be
locked or unlocked. (read only)
Text which separates every line in
GetText methods.
3.15 THE SERIALPORT OBJECT
The SerialPort object gives access to serial port functionality. The
SerialPort objects are obtained from a Device object method;
Device.SerialPort(i) where i is 0 through 9. This section documents
the methods and properties of the SerialPort object. The SerialPort object
has been used to integrate devices such as tethered scanners, Bluetooth
scanners, and RFID readers into CETerm. See Chapter 5 for additional details
about using the SerialPort object.
Methods
The following methods are available
Stop listening for a serial port event.
Clear the break condition.
Clear any error conditions and return status information.
Close the serial port and terminate communications.
Open the serial port for communication.
Discard content of input and output queues.
Read up to a maximum number of bytes.
Read up to a maximum number of bytes, or a specified
byte value.
Set the size of input and output queues.
Start listening for a serial port event.
Write a string of characters.
Write a single byte value
Write a number of NULL (0) bytes
Write a single urgent byte at the front of the output queue.
Komentarze do niniejszej Instrukcji