KoboldCom is serial port communication lib.
Support Custom protocol, async data receive handler and analyzer.
Support basic HexProtocolAnalyzer and TextProtocolAnalyzer. So you can implement a protocol quickly.
See /Demo
does
var communicator = new KoboldCom.Communicator(new KoboldCom.SerialPort(), new MyProtocols());
- i18n
- TextProtocolAnalyzer DataCheck Support
MIT