Defilink/SSM/Arduino sensor serial communication emulator
What is this.
This program emulate serial communication of DefiLink/SSM/Arduino sensor reader to support the programing/debugging of WebSocketGaugeClient. This program can be connetced with WebSocketGaugeServer via virtual serial port emulator (such as com0com). Currently, ELM327 version of emulator is not available on this project. However, you can use OBDsim for that purpose.
Requirement
- Windows with .net framework 4.
- Virtual serial port emulator (such as com0com), or serial cable.
Install and launch
There is no installer for thie program. Simply download the binary zip file from Release, unzip it and run exe file. Before running this program, you have to create two virtual COM port (or prepare two PC with serial port). After running the program, set the COM port name by COM port selector box and push “Start” button.
References
- Defi-link communication procotol is reffered from Defigate
- SSM communication procotol is reffered from this site.
License
The 3-Clause BSD License