Shop OBEX P1 Docs P2 Docs Learn Events
help! on usb data logger program!! please!!! — Parallax Forums

help! on usb data logger program!! please!!!

HyunHyun Posts: 8
edited 2008-04-29 17:53 in BASIC Stamp
hi,

i've built an infrared beam break sensor using a homework board, and i've been using plx-daq for data storage, but i need a more massive set of data, so i purchased a usb data logger. i've ran the test and demo files, but im having a hard time incorporating my sensor with it.

for my infrared sensor (for plx-daq) i've been using:
' {$STAMP BS2}
' {$PBASIC 2.5}
time VAR Word

DO
HIGH 2
PAUSE 250
RCTIME 2, 1, time
DEBUG "DATA, TIME,", DEC time, CR
LOOP


basically i need the same data to be saved in the zip drive.. can someone help me write the program? I'll really appreciate your help!

thank you so much,

hj

Comments

  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2008-03-18 19:07
    Duplicate thread removed. Please post messages on a subject only once per forum as per the forum guidelines.

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

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2008-03-19 20:52
    Second duplicate post removed. Please do not cross post your messages. Follow up in the threads you have already started.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2008-04-29 17:15
    Third duplicate post removed. Please do not duplicate/cross post your messages. Follow up in the threads you have already started. Final warning.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
  • allanlane5allanlane5 Posts: 3,815
    edited 2008-04-29 17:53
    You'll have to write the program on the PC, to read the data from the serial port (coming from the BS2) and write it to the ZIP drive.

    I understand you can download Visual C# Express 2008 for free.
Sign In or Register to comment.