SerialNormal

Serial Interface Non-procedure communication


IoModule identification name
SerialNormal

Overview
This is a module is for sending and receiving commands and data via the serial interface.

System data
Identification
Meaning
Initial value
baudRate
baud rate[bps]
38400
byteSize
byte size[bit]
7 or 8
8
parity
parity
0:none
1:odd number
2:even number
0
stopBits
stop bits[bit]
0:1
1:2
0
softFlow
software flow control
0:do not
1:do(Xon/Xoff)
0
timeout
timeout[s]
5
delimiter
delimiter
0:CR
1:LF
2:CR+LF
0
rsMode
protocol
0: RS-232C
1: RS-422
0
multiDrop
multi drop
0:do not
1:do
0
mdUnitNo
Unit No
0
broadcast
broadcast when multi drop
0:do not
1:do
0

Supported functions
IoInitialize
Yes
GetPort
Yes
PutPort
Yes
BusyOut
No
JudgeOut
No
RunOut
No
GetAll
Yes
PutAll
Yes
ReceiveData
Yes
SendData
Yes
SendString
Yes