This message is more of a "How does it Work" question than a
support question. I am trying to learn more about how the TSR
functions work in PB DOS 3.5. I have looked through the source
code examples on this forum and the example that came with PB 3.5.
My question is, Can a TSR be built that actually runs more as a
background program than a popup program? In other words, I am
looking to have a program run in the background continuously while
my foreground application runs as the main application. I don't
need any screen access for this background program.
The reason for this request is, I am thinking of writing a background
application that will collect counts from an external sersor and
store them to a memory location for the forground application to
access when needed. But timing is critical and that is why I need
to understand more about the way TSR's work. Any help in this matter
would be greatly appreciated.
------------------
mailto:[email protected][email protected]</A>
support question. I am trying to learn more about how the TSR
functions work in PB DOS 3.5. I have looked through the source
code examples on this forum and the example that came with PB 3.5.
My question is, Can a TSR be built that actually runs more as a
background program than a popup program? In other words, I am
looking to have a program run in the background continuously while
my foreground application runs as the main application. I don't
need any screen access for this background program.
The reason for this request is, I am thinking of writing a background
application that will collect counts from an external sersor and
store them to a memory location for the forground application to
access when needed. But timing is critical and that is why I need
to understand more about the way TSR's work. Any help in this matter
would be greatly appreciated.
------------------
mailto:[email protected][email protected]</A>
Comment