Thread: Interactive Programming

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    2

    Question Interactive Programming

    Hi, I was needing some help with a program that i am writing. I was wondering if anyone knew how to recieve and store data from sensors outside the computer? Do i Possibly need to take the information recieved store it in a file and use the information that way? please let me know i am in the dark here.
    Last edited by kavanakt; 10-09-2005 at 08:49 PM. Reason: not enough views

  2. #2
    Registered User
    Join Date
    May 2005
    Posts
    28
    You'll somehow need to "communicate" with the sensors to receive their data or if the censors store it somewhere on your computer, learn how to pick it up.

    Otherwise its impossible.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > store data from sensors outside the computer?
    First thing, where do you plug them in?
    There are plenty of choices
    - serial port
    - parallel port
    - usb port
    - network
    - custom PCI cards
    - etc etc
    More replies in your other thread
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. The Interactive Animation - my first released C program
    By ulillillia in forum A Brief History of Cprogramming.com
    Replies: 48
    Last Post: 05-10-2007, 02:25 AM
  2. Interactive Telnet
    By PenguinFeva in forum C Programming
    Replies: 4
    Last Post: 05-27-2005, 09:28 PM
  3. Interactive C
    By Kaiya in forum C Programming
    Replies: 1
    Last Post: 09-30-2004, 08:20 PM
  4. Replies: 8
    Last Post: 01-04-2004, 12:01 PM
  5. Music in Interactive programs and delay();
    By BakAttack in forum C++ Programming
    Replies: 1
    Last Post: 01-16-2003, 07:18 AM