Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 552 Bytes

README.EN.md

File metadata and controls

27 lines (18 loc) · 552 Bytes

中文

KoboldCom

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.

Code Demo

See /Demo does

Usage

var communicator = new KoboldCom.Communicator(new KoboldCom.SerialPort(), new MyProtocols());

TODO:

  • i18n
  • TextProtocolAnalyzer DataCheck Support

Thanks

Article

License

MIT