Hi everyone,

It's maybe a dumbass question, but how to convert these incorrect commands:

Code:
IF HSERIN ["start"]=1 then
HIGH PORTD.4
ENDIF
into a correct syntax?

It's a very simple program, when I send the word "start" from HyperTerminal, I would turn on a LED connected on the PORTD.4.

Notice that my communications between my PC and the PIC works already in both ways (receive/transmit).
Thanks for your help.