Recent content by DennyBoll

  1. D

    Open source pool controller

    As you can see from my earlier post, most of the messages are of the form: 10 02 00 01 fd 00 fd 10 03 They start with DLE (0x10) and STX (0x02) and end with a one byte checksum and DLE and ETX (0x03). So the message contained is: 00 01 fd 00 The first byte appears to be an opcode, but the...
  2. D

    Open source pool controller

    I have installed a Net485 RS-485 to TCP bridge for $99. It worked first time! I have written a .net c# program to parse the chatter. The traffic is voluminous - often 20 messages per second! I can view the results in hex: 2/26/2011 8:16:33 AM,237 # 13 10 02 40 04 06 20 20 20 20 41 49 52...