https://github.com/rh0/cp2104_lcd_test
https://github.com/rh0/cp2104_lcd_test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rh0/cp2104_lcd_test
- Owner: rh0
- Created: 2016-12-31T18:08:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T04:23:36.000Z (over 8 years ago)
- Last Synced: 2025-01-29T00:30:48.782Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CP2104 to serLCD test
Just a simple python sketch to test [Silicon Labs CP2104](https://www.silabs.com/products/interface/Pages/cp2104-mini.aspx).The CP2104 is a USB to UART bridge. This allows serial communication over USB. When the device is attached to a USB port, it will appear as a serial interface. _In my case `/dev/ttyUSB0`._
### What do I do?
To test this device, connect the TX pin of the CP2104 to the RX pin of a [sparkfun serLCD backpack](https://www.sparkfun.com/products/258) driving an LCD display. Connect the CP2104 to the computer via USB verify that it appears as `/dev/ttyUSB0`.
This python sketch will send keypress characters via serial communication to be rendered on the LCD. You will need the pySerial and Curses modules installed.Some python and a serLCD to get familiar with @siliconlabs CP2104 USB bridge.
— R̸y̧an͝ ͝Ol҉es (@rho_) December 30, 2016