https://github.com/mgarcia01752/raspberrypi-serial-socket-uart
Working Example of Communicating to a UART via Direct CLI or Socket Connection
https://github.com/mgarcia01752/raspberrypi-serial-socket-uart
raspberry-pi socket-connection uart
Last synced: 3 months ago
JSON representation
Working Example of Communicating to a UART via Direct CLI or Socket Connection
- Host: GitHub
- URL: https://github.com/mgarcia01752/raspberrypi-serial-socket-uart
- Owner: mgarcia01752
- License: apache-2.0
- Created: 2016-07-09T20:46:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T02:00:01.000Z (about 5 years ago)
- Last Synced: 2025-07-04T14:56:30.280Z (7 months ago)
- Topics: raspberry-pi, socket-connection, uart
- Language: C
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RaspberryPI-Serial-Socket-UART
Working Example of Communicating to a UART via Direct CLI or Socket Connection
## Package Requirements
[Follow Download and Installation Instructions for Wiring PI](http://wiringpi.com/download-and-install/)
## Raspberry PI Serial Socket UART Download and Installation Instructions
````basb
git clone https://github.com/mgarcia01752/RaspberryPI-Serial-Socket-UART.git
````