Вот, вроде, настройки порта:

Serial Port communication

Communications to and from the device are by way of a standard serial port. (You may be able to use a USB/serial converter cable which is properly installed and functioning.)
If you are unsure if your port is functioning, there are some instructions linked in the FAQ which may help to test the port independently of external devices.


Parameters:
19200 Baud
1 Start bit
1 Stop bit
8 bit data byte
NO Parity
NO Handshaking


NOTE: ascii encoding is NOT used. Consequently, you cannot use a terminal program such as hyperterminal.
Terminal programs are only able to send the ascii character set, and they can only display the printable ascii characters.