Skip to content

WisconsinRobotics/SerialPort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SerialPort

A working (though simplistic) C# SerialPort implementation.

At WisconsinRobotics, we've tried to use the System.IO.Ports.SerialPort class for serial operations. Writing worked fine. Reading, on the other hand, was an entirely different story.

This small C++/CLI library is intended to be a bare bones alternate implementation of the C# SerialPort, only supporting no parity, 1 stop bit, and 8 data bits.

About

A minimalistic C# SerialPort implementation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published