C
cmdolcet69
I can the following error message "value of type byte cannot be
converted to 1-dimentional array of byte" when i execute this line of
code:
moRS232.Write(Packet(i))
it underline the packet(i)
this is my declared array of byte size (6)
how can i fix this error?
converted to 1-dimentional array of byte" when i execute this line of
code:
moRS232.Write(Packet(i))
it underline the packet(i)
this is my declared array of byte size (6)
how can i fix this error?