Compute Module IO Board Plus User Manual
16
Version:V1.0,Date:20171101
WIRINGPI CODE
⚫ Execute command to enter the folder of program
cd /home/pi/CM3/TLC1543/wiringPi/
⚫ Execute command to run the program
sudo ./tlc1543
PYTHON CODE
⚫ Execute command to enter the folder of program
cd /home/pi/CM3/TLC1543/python/
⚫ Execute command to run the program
sudo ./tlc1543.py
EXPECTED RESULT
AD information are outputted on terminal.
UART
Connect the USB TO UART interface of IO Board Plus to PC with USB cable. Open the Putty
on your PC, set the Baudrate as 115200.
Enter the user name and password to log in the CM3/CM3L (user name is pi and password is
raspberry by default)
Here you need to run the program with keyboard and LCD (On IO Board Plus) instead of
Putty.
WIRINGPI CODE
⚫ Execute command to enter the folder of program
cd /home/pi/CM3/UART/wiringPi/
⚫ Execute command to run the program
sudo ./uart