FDX-16 Command Guide
34
2.5.7 RS-232C communication
@GCT / @SCT
RS-232C communication
Function
Getting
Setting
Format
@GCT
@SCT,baudrate,length,parity,stop
Return value
@GCT,baudrate,length,parity,stop
@SCT,baudrate,length,parity,stop
Parameter
baudrate: Communication speed
0 = 4800 bps, 1 = 9600 bps [Default], 2 = 14400 bps,
3 = 19200 bps, 4 = 38400 bps
length: Data bit length
0 = 7 bit, 1 = 8 bit [Default]
parity: Parity check
0 = None [Default], 1 = Odd, 2 = Even
stop: stop bit
0 = 1 bit [Default], 1 = 2 bit
Example
@GCT
@GCT,1,1,0,0
Getting RS-232C communication setting
status.
Baud rate: 9600 bps; data bit length: 8 bit;
parity check: none; stop bit: 1 bit.
@SCT,1,1,0,0
@SCT,1,1,0,0
Setting baud rate, data bit, parity check,
and stop bit of RS-232C communication to
9600 bps,8 bit, none, and 1 bit,
respectively.
Completed normally.
Remarks
Once RS-232C communication setting is changed, the communication may be
disabled. Change the environmental settings of communication based on the FDX
settings.