Nlynx OMNITERM WBT 2.1.0E User Manual

Page 70

Advertising
background image

Terminal Properties

NetCOM:


When enabled, another device on the network (using TELNET) can talk to a

serial device (e.g. HyperTerminal) attached (null modem cable) to the OmniTerm
com port. The SerialD type device is addressed on the network by the OmniTerm's
IP address and Port 6515; e.g. OPEN 192.168.2.219 6515. Set mode to send CRLF
(Carriage Return & Line Feed) when Enter is pressed (e.g. SET CRLF).


SerialD commands OPEN, WRITE, READ and CLOSE are described below.

OPEN comport,baudrate,parity,databits,stopbits,handshake

Comport: COM1, COM2
Baudrate: 2400, 4800, 9600, 19200, 38400, 57600
Parity: N(none), O(odd), E(even), M(mark), S(space)
Data bits: 5,6,7,8
Stop bits: 1,1.5,2
Handshake: N(none, default), X(Xon/Xoff), H(RTS/CTS)

Example: OPEN COM1,9600,N,8,1,N

WRITE number of chars<CRLF>n chars

Example: WRITE 5<Enter>12345

READ

Return >=0 if data available

Example: READ / ret 0 (no data)

READ / receive 5 / receive 12345

CLOSE

Close open port

67

Advertising