Skip to content

A simple application to control DTR/RTS lines from linux shell

License

Notifications You must be signed in to change notification settings

balldir/DTR_RTS_line_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DTR/RTS line control

A simple application to control DTR/RTS lines from linux shell

Compile

gcc dtr_rts_line_control.c -o dtr_rts_line_control

Example

Set DTR line of /dev/ttyUSB0

dtr_rts_line_control /dev/ttyUSB0 DTR SET

Clear RTS line of /dev/ttyUSB0

dtr_rts_line_control /dev/ttyUSB0 RTS CLEAR

About

A simple application to control DTR/RTS lines from linux shell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages