Hello,
I am new to this board and to hardware programming in general. I wasn't sure where to post this because it is both a Windows XP question and a programming question.
I am sending data from one laptop to another using modems that are connected to their respective serial ports. When the receiving laptop sees data on the serial port, I would like that event to force the execution of another program on the receiving laptop to write the data to a file
I have read that Windows does not allow user-level programs to access interrupts. If this is true, what's the best way to accomplish what I'm trying to do? We are using Windows XP and C with the ancient Watcom C/C++ compiler.
Thanks to all who read this.
I am new to this board and to hardware programming in general. I wasn't sure where to post this because it is both a Windows XP question and a programming question.
I am sending data from one laptop to another using modems that are connected to their respective serial ports. When the receiving laptop sees data on the serial port, I would like that event to force the execution of another program on the receiving laptop to write the data to a file
I have read that Windows does not allow user-level programs to access interrupts. If this is true, what's the best way to accomplish what I'm trying to do? We are using Windows XP and C with the ancient Watcom C/C++ compiler.
Thanks to all who read this.