Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 690 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 690 Bytes

Lawicel Protocol

This Project implements the Protocol found in the CAN232 Website.

Changes to the Protocol

All the specified Commands specified in the Document are implemented and work as described. In addition to these, one command was added to get the current configuration of the system:

D[CR] Display System Information Returns: Dwxyz[CR]

  • D: Display Settings Command
  • w: Auto-start Status. 0=Deactivated, 1=Normal, 2=Listen Only
  • x: CAN Baudrate. Follows same numeration as Sn[CR] Command
  • y: Timestamp Status: 0=Deactivated, 1=Activated
  • z: Channel Status. 0=Closed, 1=Normal, 2=Listen Only
  • [CR]: Command Termination