I need help formating the output to comport 1 to be read by the ft649 chip from FerretTronics.<br>
Commands are sent to the FT639 through a 2400 baud, 8 bit, no parity, 1 stop bit serial line. The commands are all one byte. Each command is one character sent over the 2400 baud serial line. <br>
I have tried many diferent types and none of them work:<br>
example com1.output= chr$(122), com1.output = 122, com1.output = "122"<br>
what I need to sent is a one byte command.<br>
ref <A HREF=" TARGET="_new">any insight you could give would be helpfull.<br>
Tony Brenke
Commands are sent to the FT639 through a 2400 baud, 8 bit, no parity, 1 stop bit serial line. The commands are all one byte. Each command is one character sent over the 2400 baud serial line. <br>
I have tried many diferent types and none of them work:<br>
example com1.output= chr$(122), com1.output = 122, com1.output = "122"<br>
what I need to sent is a one byte command.<br>
ref <A HREF=" TARGET="_new">any insight you could give would be helpfull.<br>
Tony Brenke