-
-
Notifications
You must be signed in to change notification settings - Fork 18
Supported protocols
Torsten Oltmanns edited this page Oct 24, 2023
·
6 revisions
- UART / RS485
- ModBus
- CAN
The serial communication is realized using a simplified wrapper around jSerialComm. It is a platform independent serial port interface purely written in Java.
The ModBus communication is realized using a simplified wrapper around J2Mod. It is a platform independent ModBus interface purely written in Java.
The CAN communication is realized using a simplified wrapper around JavaCAN. It is a platform dependent CAN interface written in Java but relies on native shared objects to wrap SocketCAN functionality for a lot of Unix based platforms, but NOT for the Windows platform. (See more in the "Building the application" section).