Owner's manual

InstallatIon Manual 25
In the RS-232 Protocol section of the .lua file, locate the communication settings. Normally these
settings will include: Baud rate, Data Bit, Stop Bit, and Parity. Once you find them you will need to
verify that these commands match those used in the driver file.
To do this, open the file in your text editor:
Do a text search for: baud=
You are looking for this line:
port = “comm://default;baud=9600;bits=8;parity=0;stop=1”,