====== Character LCD connection ======
{{ :cublocmsb:msb_clcd1_example:clcd420.png?nolink |}}
Some MSB6XX models don't have an I2C port, but their RS232C port can be used to control the CLCD.
Set all dip switches ON for 115200 baudrate.
{{ :cublocmsb:msb_clcd1_example:clcd420a.png?nolink |}}
#include "MSB6XX"
Set Display 2,1,115200,50
Cls
Wait 200
Clcdout 1,0,"CLCD WITH MSB6XX"
===== MSB624RA-DC-OEM with CLCD =====
The MSB624RA-DC-OEM has an I2C port.
{{ :cublocmsb:msb_clcd1_example:clcd_oem.png?nolink |}}
Turn all dip switches off for slave address 0.
#include "MSB6XX"
Set Display 2, 0, 0, 100
Cls
Wait 200
Clcdout 1,0,"CLCD WITH MSB6XX"
[[cublocmsb:index|MSB Series]]