HyperTerminal ain't good
StarteR2
Posts: 27
Does anyone know any other program besides hyperterminal that i can use for my BOE-Bot via eb500? cause i made a source code following:
And it's like a jostyk but everything I type appears in the terminal and sometimes it freezez and wont work until i close and start program again.
Please help
bData VAR Byte PAUSE 1000 Main: SERIN 0,84,[noparse][[/noparse]bData] IF (bData = "w") THEN PULSOUT 13, 850 PULSOUT 12, 650 ENDIF IF (bData = "s") THEN PULSOUT 13, 650 PULSOUT 12, 850 ENDIF IF (bData = "a") THEN PULSOUT 13, 850 PULSOUT 12, 750 ENDIF IF (bData = "d") THEN PULSOUT 13, 750 PULSOUT 12, 650 ENDIF GOTO Main
And it's like a jostyk but everything I type appears in the terminal and sometimes it freezez and wont work until i close and start program again.
Please help
Comments
·It's a trial version (good for 15 days.)
Daniel
Well, I dunno -- I use STGold with a USB-to-RS232 adapter all the time. ·(I also use the USB-to-RS232 for the STAMP IDE without trouble.)
·