ooicheesan
Junior Member level 1
:lol: .....I am currently doing the serial communication between my hyperterminal and my PICDEM 2 PLUS board in mplab icd2,so just wonder how can i send the "ok" to my hyperterminal from my board?i tried this code
putrsUSART((rom char*)"ok"); or, if you for putrsUSART((rom char *)"ok\r");
ie. Send T
Recieve ok[T].
THen the problems with this code is it will resend back the character again..i just want it to send "ok" only so can you help... :roll:
putrsUSART((rom char*)"ok"); or, if you for putrsUSART((rom char *)"ok\r");
ie. Send T
Recieve ok[T].
THen the problems with this code is it will resend back the character again..i just want it to send "ok" only so can you help... :roll: