Hi..
I'm having some trouble trying to send some information through to a controller connected to my serial port.
I'm trying to send an FF but its being received as a 3F
Heres how I've been sending it
Serialport1.Output(Chr(&HFF))
If I dont send it with the Chr() it comes out as 32 35 35 which is no good as my controller wont reply if its not in the format of FF
Any help anyone can give me would be greatly appreciated.
