Shop OBEX P1 Docs P2 Docs Learn Events
Sending Data to a Computer? — Parallax Forums

Sending Data to a Computer?

jasonpeinkojasonpeinko Posts: 20
edited 2007-04-06 19:45 in BASIC Stamp
How can i send data to a computer from a BS2?

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2007-04-06 19:31
    Specifically what do you want to do? There are too many possible ways to send data to a computer from a BS2.

    Do you want to use the serial port that's also used for programming?

    Do you want to send the data wirelessly or using some other serial port?

    What kind of data and what do you want to do with it on the PC end?

    Have a look at Stamp Plot Pro (www.selmaware.com) and StampDAQ (www.parallax.com/html_pages/downloads/software/software_stampDAQ.asp).
  • jasonpeinkojasonpeinko Posts: 20
    edited 2007-04-06 19:41
    I want to send a variable to the computer and have the computer read it.
  • FranklinFranklin Posts: 4,747
    edited 2007-04-06 19:43
    SERout Pin, Baud, [noparse][[/noparse]variable] should work.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • QuattroRS4QuattroRS4 Posts: 916
    edited 2007-04-06 19:45
    Have a look at this - thread

    http://forums.parallax.com/showthread.php?p=640960

    You can send data to the p.c (serout) and wait to receive data from P.C (serin) and log all the communications latest version generates HTML log file. There are a few BS2 samples to show how it works..


    Regards,
    Quattro

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    'Necessity is the mother of invention'

    Post Edited (QuattroRS4) : 4/6/2007 10:10:09 PM GMT
Sign In or Register to comment.