Processes Projects |
Main /
ZumySerialTutorial for establish serial communication between host computer and Zumy using USB-UART cable
sudo apt-get install screen
The picture below shows a USB-UART cable for talking to Zumy. In front of Zumy, there is a a UART port on ODROID-U3 to connect the USB-UART cable. The end of USB plug is connected to the host computer.
After the USB-UART cable is connected between host computer and Zumy, on the host computer, open a terminal and type in sudo screen /dev/ttyUSB0 115200 Press Enter to log in the Linux system on Zumy, and start serial communication. This command will work without sudo on the computers in 119 Cory.
To end serial communication, press "control" + "A" on keyboard, then press "K", and then "Y" |