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
- Host: GitHub
- URL: https://github.com/xanthium-enterprises/rts-dtr-pin-control-linux
- Owner: xanthium-enterprises
- License: mit
- Created: 2015-09-04T08:42:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T14:35:46.000Z (11 months ago)
- Last Synced: 2025-06-23T15:28:01.824Z (11 months ago)
- Topics: dtr, ioctl, linux, rts, serial, serialport
- Language: C
- Homepage: https://www.xanthium.in/control-rts-dtr-pins-serial-port-linux-bsd-unix-c-ioctl
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)