Skip to content

Supported protocols

Torsten Oltmanns edited this page Oct 24, 2023 · 6 revisions

Supported protocols:

  • UART / RS485
  • ModBus
  • CAN

UART / RS485

The serial communication is realized using a simplified wrapper around jSerialComm. It is a platform independent serial port interface purely written in Java.

ModBus

The ModBus communication is realized using a simplified wrapper around J2Mod. It is a platform independent ModBus interface purely written in Java.

CAN

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).

Clone this wiki locally