Sinoteq is right. You must condition the Tx data line first. Here is what I do.
high tx232 'preset Txdata line high
pause 50 'allow receiver time to stabilise
debug $0D, $0A 'send carriage return line feed
for a = 2 to 42 ' display 42 characters from EEROM
read a,b
debug b
next a
debug $0D, $0A 'finish with carriage return line feed
HTH
BrianT
Bookmarks