PDA

View Full Version : MuIn LCD - change baud setting



andromeda
21-11-10, 23:16
hi,

how do i do for changing baud setting in software downloaded?

i don't see anything on software for changing baud.

i can only select COM port.

Regards.

DroidsMaster
22-11-10, 17:29
Hi Andromeda,

you can set the Baud Rate with this command:



Baud Rate selection

Command: 0xFE 0x39 [speed]
changes baud rate (default:19200). Speed is a value indicating baud rate as by following list:

01 = 57600
02 = 38400
03 = 19200
04 = 9600
05 = 4800
06 = 2400

Example: 0xFE 0x39 0x04 will change baud rate to 9600kbps
Note: the display functionality is not guaranteed with baud rates above 57600 for temporization issues with some LCD display models. The suggested baud rate is 19200

You can also use the GUI (http://www.droids.it/downloads/MuIn_LCD_GUI_v2.8.0.zip). Just go to the Setup tab and set the desired Baud Rate.

Thanks

andromeda
24-11-10, 04:13
Thanks you.