Skip to content

kashimAstro/RS232

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RS232

A simple bridge for control I/O pin serial port RS232 and I/O serial communication.



	/* sample I/O */

	RS232 rs;
	rs.setup("/dev/ttyUSB0");

	rs.set_pin( RTS, HIGH );
	rs.get_pin( RTS );
	rs.exit();

run example:
	./bin/example-led /dev/your-port
	./bin/example-button /dev/your-port

About

Simple bridge for control I/O pin serial port RS232

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published