> Where can i find the interrupt vectors of com3-10 and
> how can i use that vector in C++?
>
> is there any code examples? can u guide me?
The TS-7300 comes with device drivers for the additional
serial ports. The device driver takes care of the
interrupt handling for you.
If you want to have a process unblock when you read
from the serial port, or monitor multiple serial ports
from the same process, then you use select().
You can wrap select in a C++ class if you really
want. The generalized method for wrapping select()
is called a reactor class; see the ACE C++ books;
"C++ Network Programming" volumes 1 and 2, by Schmidt
and Huston.
Though you may have trouble getting ACE on the TS-7300,
it'll give you good coding ideas.
Regards,
Dave
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|