Set port settings - WMT700

WMT700 Series User Guide

Document code
M211095EN
Revision
K
Language
English
Product
WMT700
Document type
User guide

You can use the BAUD command to change the bit rate, parity bit, data bits, stop bit, and communication profile of the selected serial port.

There is a 100 ms delay after which WMT700 takes the settings into use. Do not send commands to WMT700 during this time.
BAUD x,y,z,w 
Name Description
x Bit rate (300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, or 115200)
y Data bits (7 or 8)
z Parity (n = none, e = even, o = odd)
w Stop bits (1 or 2)

Example

The bit rate is set to 115200, data bits to 8, parity to none, and stop bits to 1:

BAUD 115200,8,n,1