I am in need of assistance on how to parse data returned from serial port. I am using vb.net.
Command sent is "?10"
The response is:
#>1100010000200710100100
#>1200010000200710100100
#>1300010000200710100100
#>1400010000200710100100
#>1500010000200710100100
#>1600010000200710100100
I get a response with 6 strings. In each string each 2 digits mean something. For example on the first response #>110001....the 11 means Amp1 Zone 1. The 00 means something, the 01 means something...etc.
I need to parse all of this data into correct items for HS3. Any ideas?
Command sent is "?10"
The response is:
#>1100010000200710100100
#>1200010000200710100100
#>1300010000200710100100
#>1400010000200710100100
#>1500010000200710100100
#>1600010000200710100100
I get a response with 6 strings. In each string each 2 digits mean something. For example on the first response #>110001....the 11 means Amp1 Zone 1. The 00 means something, the 01 means something...etc.
I need to parse all of this data into correct items for HS3. Any ideas?
Comment