07-13-2006 08:41 AM
07-17-2006 07:33 AM
07-17-2006 08:50 AM
The first things you need to answer are:
Are you trying to use modbus?
Does your temp controller use a CRC on all communications?
Typically what you want is done from register reads and writes all with CRC's on the reading and writing. One may need to know the registers to read and write to, and if your temp controller needs it you may need to set up a package of communication protocol along with what you want. The package may contain a device address, a function code, parameter address, register offset, how many bits/bytes you are reading and/or writing, along with the CRC.
If you are not modbus your job is easier - maybe only though. If you require a CRC they can be nasty or easy if example provided.