Thread: How's interrupt handler?

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    9

    Question How's interrupt handler?

    I've a control project that sends to and receives signal from electronics device via AD/DA card installed in PC computer. The CPU has to do many computations after receiving the signals. And the computer must repond to this device at each 10ms.
    At the same time, the computer must handle user inputs from keyborad without stop computations and stop respond to electronics device.

    Due to some technical reasons, I should use Turbo C++ 3.0 and DOS. So I've to write the interrupt handler but I'm no experience in using interrupt handler in programming. How to do it using C++ syntax?

  2. #2
    Registered User
    Join Date
    Mar 2003
    Posts
    9
    > Who generates the interrupt?
    I've to reprogram the PC timer interrupt to 10ms?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can't pin down bug related to timer interrupt handler.
    By jalnewbie in forum C Programming
    Replies: 2
    Last Post: 11-21-2006, 02:05 PM
  2. TSR to detect video mode
    By surdy in forum C Programming
    Replies: 4
    Last Post: 03-21-2004, 07:31 PM
  3. interrupt handler functions in Visual C++ 6.0
    By scromer in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 01-07-2002, 07:06 PM