Hi,
Tried a hard reset after using the setbaud 3,3 but I get nothing....
38400 - 8 N 1 - no problems
38400 - 8 E 1 - no problems
9600 - any settings don't work?.
'SETBAUD 3, &H43 ' SET PORT 3 TO 9600 8,E,1
'SETBAUD 3, &H03 ' SET PORT 3 TO 9600 8,N,1
SETBAUD 3,3 ' SET PORT 3 TO 9600 8,N,1
'SETBAUD 3, &H06 ' SET PORT 3 TO 38400 8,N,1
'SETBAUD 3, &H46 ' SET PORT 3 TO 38400 8,E,1
I'm using the above in a custom function to test but i get no display @9600?
Regarding the network commands, below is an example of what I'm displaying on the screen, can you show me how to convert from a print #3 to netcmd?
PRINT #3 "?C"
PRINT #3 "?P0701";"SCREEN 2"
PRINT #3 "?P0102";""
PRINT #3 "?P0203";"START COUNT "+STR$(DM[15],4)
PRINT #3 "?P0104";"RUN HOURS "+STR$(DM[17],4
Cheers