M
marco
hi,
i'm trying to get a board with relays working under c++, i have a sample
code in visual basic to compose a string that is send to the serial port
but i am confused how to translate it to a c++ string
here is the vb code:
messagestring = Chr$(13) & Chr$(address) & "S6" & Chr$(checksum)
where adress is an integer from 1 to 255 and checksum is also an integer
how does this string look like? can anyone help?
thanx
marco
i'm trying to get a board with relays working under c++, i have a sample
code in visual basic to compose a string that is send to the serial port
but i am confused how to translate it to a c++ string
here is the vb code:
messagestring = Chr$(13) & Chr$(address) & "S6" & Chr$(checksum)
where adress is an integer from 1 to 255 and checksum is also an integer
how does this string look like? can anyone help?
thanx
marco