Help with sending text file from pic
Hello
i just need to draw on your expert advice on this problem that i have got.
i am trying to use my pic18f452 to communicate with a device that accepts text files to activate a test.
when i send say C1 with CR ,LF from hyperterminal there is no responce but
if i save C1 with CR,LF as a file and use send text file from hyperterminal
this works ok.
Is there a way i can do this with the pic ?
At present i send it with Hserout["C1",10,13]
What am i doing wrong here
Regards
Isaac
Sending text within quotes e.g. "xxxx" within a string
Is it possible to send a string that has text within quotation marks in a string using the SEROUT command ? I seem to get an error and I need to use this feature to send commands to an external color LCD panel. (BTW, I'm new at PicBasic).
Sending text within quotes e.g. "xxxx" within a string
Thank you !!! That approach had never occurred to me.