Package jmri.jmrix.can.adapters
Contains packages implementing connections through
individual CAN adapter units.
These are in turn organized in families:
- gridconnect
- GridConnect adapters,
which is also the protocol used by the MERG CAN_RS board with some small
modifications. The MERG varient is handled by a sub-package.
The basic message format is:
:S123N12345678; :XF00DN; :X00000123R12345678;
- lawicell
- LAWICEL AB CANUSB and CAN232 adapters.
The basic message format is:
t123412345678 T1EBFD28514C T1DBFD285720820301380000
- Since:
- 2.1.7
-
Class Summary Class Description ConnectionConfig Abstract base for objects to handle configuring a layout connection via various types of SerialDriverAdapter object.