Shop OBEX P1 Docs P2 Docs Learn Events
HyperTerminal ain't good — Parallax Forums

HyperTerminal ain't good

StarteR2StarteR2 Posts: 27
edited 2006-02-06 00:48 in BASIC Stamp
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:

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

  • PJAllenPJAllen Banned Posts: 5,065
    edited 2006-02-05 19:00
    Here's a link to, as far as I'm concerned, the World's Greatest terminal program -- http://www.ptronix.com/products/serial-monitor.htm

    ·It's a trial version (good for 15 days.)
  • danieldaniel Posts: 231
    edited 2006-02-05 19:37
    I use Bray's Terminal (http://bray.velenje.cx/avr/terminal/).· Free, quite capable, and I use it for serial diagnostics for older machine controls.

    Daniel
  • StarteR2StarteR2 Posts: 27
    edited 2006-02-05 19:44
    Erm, I have a DBT-120 D-Link that opens 2 ports for my bluetooth device. And both programs cant connect through theise port. Why? Hyper terminal can...
  • PJAllenPJAllen Banned Posts: 5,065
    edited 2006-02-06 00:48
    I see that a DBT-120 = USB plug-in for Bluetooth

    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.)
    ·
Sign In or Register to comment.