Dear People:
I am trying to make a TSR (with POPUP INTERRUPT) that takes the interruption for hardware 5, the resident activate, read data of the serial port (from a GPS) and It returns me some data after some calculations.
That is to say:
1 - How do I make so that a hardware interrupt runs the program resident? (I don't use CALL INTERRUPT from another program because the sign comes from the GPS)
2 - Does some problem exist reading the port series? (OPEN, etc.)
3 - how do I make to be able to use the data obtained from another program? The system REG doesn't work from TSR to main programm. I don't find to use a file and then to read it.
Thank you
------------------
Gustavo Asplanatti
I am trying to make a TSR (with POPUP INTERRUPT) that takes the interruption for hardware 5, the resident activate, read data of the serial port (from a GPS) and It returns me some data after some calculations.
That is to say:
1 - How do I make so that a hardware interrupt runs the program resident? (I don't use CALL INTERRUPT from another program because the sign comes from the GPS)
2 - Does some problem exist reading the port series? (OPEN, etc.)
3 - how do I make to be able to use the data obtained from another program? The system REG doesn't work from TSR to main programm. I don't find to use a file and then to read it.
Thank you
------------------
Gustavo Asplanatti
Comment