An open API service indexing awesome lists of open source software.

https://github.com/xanthium-enterprises/rts-dtr-pin-control-linux

C Program to control RTS and DTR pins of a Linux Serial Port using ioctl() calls
https://github.com/xanthium-enterprises/rts-dtr-pin-control-linux

dtr ioctl linux rts serial serialport

Last synced: 14 days ago
JSON representation

C Program to control RTS and DTR pins of a Linux Serial Port using ioctl() calls

Awesome Lists containing this project

README

          

# Controlling the RTS and DTR pins of a Linux Serial Port using ioctl() calls

- The C code uses ioctl() calls controls the logic levels of DTR and RTS pins of a Linux Serial Port.

# Tutorial
- [Online tutorial for controlling the RTS and DTR pins of Linux Serial Port using C](https://www.xanthium.in/control-rts-dtr-pins-serial-port-linux-bsd-unix-c-ioctl)
- [Complete Introduction to Serial Port Programming on Linux using C and termios struct for Beginners](https://www.xanthium.in/native-serial-port-communication-arduino-micro-linux-unix-bsd-system-c-lang-terminos-api)