How do I send and recieve ASCII comands over serin and serout

Pauly1980

New Member
Hi everyone, Im at a bit of a stumbling point here trying to send and recieve commands to a RFID tag reader. According to the tag reader manual to send a command it must be sent and followed by the carriage return command ie
SD2<crn> where the <crn> is $0D, so from that I believe I need to send SD2$0D but how the hell do I do that??? Really appreciate your help, Ive looked through the picaxe manual but cant get my head around how to send these types of caracters

Thanks,
Paul
 

Pauly1980

New Member
Wow, thats simple. Reading the manual I didn't think you could serout text but if thats the case I was just having a stupid moment. Thanks
 
Top