kcrabill
10-12-2006, 01:43 PM
Hello all,
I am looking for good documents on understanding the comm4 protocol used by trane controllers. Doesn't seem to be much online about comm4. I am creating a driver for the jaces to communicate to trane controllers. I am reading the serial data that is coming from the controllers and am able to republicate half of it. I will be working on UCP2, VAV's, Intellepacks, UPCM's, Voyagers and Tuc devices.
e.g. read command packet for UPCM1
55FF802B0005A5010600C0D5B0
my message so far
55FF802B005
55FF80 --> start of all messages
2B --> address of device
005 --> read message function code i believe
Kevin Crabill
I am looking for good documents on understanding the comm4 protocol used by trane controllers. Doesn't seem to be much online about comm4. I am creating a driver for the jaces to communicate to trane controllers. I am reading the serial data that is coming from the controllers and am able to republicate half of it. I will be working on UCP2, VAV's, Intellepacks, UPCM's, Voyagers and Tuc devices.
e.g. read command packet for UPCM1
55FF802B0005A5010600C0D5B0
my message so far
55FF802B005
55FF80 --> start of all messages
2B --> address of device
005 --> read message function code i believe
Kevin Crabill