User's Manual

Command Line Interface
Serial Interfacing Commands
DPORT
30 www.javad.com
3.3. Serial Interfacing Commands
3.3.1. DPORT
The DPORT is an object that responsible for data port interface configurations like Bit Rate, Flow
Control, etc.
DPORT [Parameter Name] [Parameters List] [/?]
The response of command without Parameter Name indicates all values:
RATE =0
BITS =8
PARITY =NONE
FLOW =NONE
DTR =0
RS =RS232
DATATX =UART
DATARX =UART, BT
Parameter Name Parameter List
RATE 0 – Maintenance Port baud rate, a default setting
1 – 1200 baud
2 – 2400 baud
3 – 4800 baud
4 – 9600 baud
5 – 14400 baud
6 – 19200 baud
7 – 38400 baud
8 – 57600 baud
9 – 115200 baud, a default setting
BITS Set number of bits in one byte (8 or 7)
8 is a default setting
PARITY 0 – None, a default setting
1 – Odd
2 – Even
FLOW 0 – None, a default setting
1 – Not used
2 – HW (RTS/CTS)
RS 0 - RS232, a default setting
1 - RS485
2 - RS422
use save, boot commands to activate modification
DATATX 0 - UART, a default setting
1 - USB
2 - BT
DATARX 0 - UART, a default setting
1 - USB
2 - BT