JBUS Protocol Specification

M

Thread Starter

Mark Hutton

Hi Guys and Gals!

Does anybody know where I can get information (preferably a copy of the
Protocol itself) about JBUS?

Thanks in advance.

Regards
Mark Hutton
Software Engineer
Vogal Software Services
Regent House, Welbeck Way, Peterborough. UK PE2 7WH
 
R

Rob Hulsebos

J-Bus is a French clone (Renault ?) of Modbus, sold by (mostly)
French companies. There is only one small difference: registers are
counted from 0 (instead of 1) up to hex FFFF instead of (dec) 9999.
Some Modbus masters subtract the 1 automatically before sending a
message and some slaves add 1 to get at the requested register. So
you could end up with accessing a register off by one, but that's
the only thing you should look out for (and is simple to solve).
In practice I haven't encountered any other problems with connecting
J-Bus equipment to ordinary Modbus stuff.

Greetings,
Rob
 
Thread starter Similar threads Forum Replies Date
C Networking 4
S General Communications Chat 3
M General Automation Chat 1
G Modbus 1
P Modbus 1
Top