Shop OBEX P1 Docs P2 Docs Learn Events
BS2 - Hyperterminal? — Parallax Forums

BS2 - Hyperterminal?

chickchick Posts: 16
edited 2005-12-07 18:39 in BASIC Stamp
I need to be able to input info from a PC to a BS2 while the BS2 is running a program.
Can Hyperterminal input serin data to a running basic stamp? And if so, how do you send it?
If not, is there an easier way to do it.

I appreciate any help you can give.

Thanks, Lou

Comments

  • NewzedNewzed Posts: 2,503
    edited 2005-12-07 00:50
    If you are connected to Hyperterminal and it is set up correctly, it will respond just like the Debug screen.· If you want to send data to the Stamp, the Stamp must be sitting at a SERIN.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Sid Weaver
    Do you have a Stamp Tester yet?
    http://hometown.aol.com/newzed/index.html

    ·
  • chickchick Posts: 16
    edited 2005-12-07 00:58
    Thanks Sid,

    What about the info. If I have,"SERIN 16,baud19200,[noparse][[/noparse]c,d]". Then do I only have to put, 20,50 to give the values of c and d? And then press enter?

    I'm afraid I haven't found anything on typical transfer of data for the hyperterminal.

    Also if anyone know of anything better than hyperterminal to use?

    Thanks again, Lou
  • NewzedNewzed Posts: 2,503
    edited 2005-12-07 01:08
    Yes, except your SERIN should say dec c, dec d.· I haven't found anything better than Hyper.· I use it all the time, especially for capturing data from the Stamp.

    Sid
  • J. A. StreichJ. A. Streich Posts: 158
    edited 2005-12-07 18:39
    Jon wrote a Nut&volts about terminals just recently.

    An aside, Minicom under Linux can do everything HyperTerm can do... There is small live floppy distro that setup to be a serial console for other machines that you may want to look into.
Sign In or Register to comment.