Shop OBEX P1 Docs P2 Docs Learn Events
Pc terminal instead of debug — Parallax Forums

Pc terminal instead of debug

kromerjkromerj Posts: 5
edited 2008-01-23 04:45 in BASIC Stamp
I am relatively new to Basic Stamps and·building a custom security system which involves RFID and monitors vehicle traffic flow.·Everything is working interactively using the debug terminal for entering system mode, RFID·cards,·and viewing alerts, and RFID history. I·would like to be able to operate the system without the debug terminal so that it would not be neccesary to run the Basic Stamp Editior.·Is using·a Visual Basic interface the·best way to do this?

Comments

  • FranklinFranklin Posts: 4,747
    edited 2008-01-22 18:44
    Debug commands write data to the serial port on the board you have the stamp plugged into all you need to do is launch a terminal that looks at the com port assigned to the connection.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • ZootZoot Posts: 2,227
    edited 2008-01-22 18:48
    You can also use SEROUT to PIN 16, if you want more control over formatting, baud rate, etc., to the RS-232 level shifter circuitry on the Stamp. (Debug itself SEROUTs to PIN 16).

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    When the going gets weird, the weird turn pro. -- HST

    1uffakind.com/robots/povBitMapBuilder.php
    1uffakind.com/robots/resistorLadder.php
  • kromerjkromerj Posts: 5
    edited 2008-01-22 19:01
    Thank you for the quick responses! I think I know what I need to do on the Stamp end, but need some direction on "launching a terminal". After searching the forum for similar questions I have started to learn Visual Basic. I was just wondering if there was an easier way to do this.
  • UnsoundcodeUnsoundcode Posts: 1,532
    edited 2008-01-22 19:02
    PLX-DAQ might do what you want, it can log data , time stamp it and provide a nice user interface.

    http://www.parallax.com/ProductInfo/Microcontrollers/PLXDAQDataAcquisitiontool/tabid/393/Default.aspx

    Jeff T.
  • Andy FoxAndy Fox Posts: 46
    edited 2008-01-23 04:45
    Or just download a simple serial port terminal program, or use Windows' HyperTerminal.
Sign In or Register to comment.