Anther issue I am having is that the pic will hang up after sending data now and then. It almost always hangs if I send something like 12345.
Anther issue I am having is that the pic will hang up after sending data now and then. It almost always hangs if I send something like 12345.
This worked great. However, it is sending odd chars back. Am I formatting the HSerout wrong?Code:Hserin [DEC3 INC] HSerout ["You entered: ", INC, 10, 13] IF INC = 111 THEN GOTO Think IF INC = 222 THEN GOTO TURNON IF INC = 333 THEN GOTO TURNOFF
Maybe?
HSerout ["You entered: ",DEC INC, 10, 13]
Dave
Always wear safety glasses while programming.
Bookmarks