PDA

View Full Version : Trying to transmit RS232



Peter1960
- 18th February 2006, 03:13
Hi

I am attempting to tranmit a data stream via a 232 transmitter (RF)

The transmitter requires a CR and LF

Code snippit Debug "text Info", $0D, $0A

The transmitter activates when it sees CR and LF, but it doesnt !!!

Any suggestions.

I looked at the code coming out on Hyperterminal, and it shows

text info (then does a CR and LF)

thanks

Pete

sougata
- 18th February 2006, 04:39
Hi,

As logically you and your software are correct , we need some more data on the module. May be some something is being overlooked.

Regards

Sougata

Peter1960
- 18th February 2006, 05:18
Sogata,

Do the characters come out of the pic one at a time ?
If they do, how can i send a string all togheter ?

Pete