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