??? 02/07/05 22:26 Read: times |
#86833 - Quite Fast Actually Responding to: ???'s previous message |
Erik Malund said:
where deadlines are of the order of milliseconds an RTOS could be applicable.
In other words: do not exceed 2400 baud, even 9600 require less than millisecond response. No. Many RTOS products have the ability to work with user supplied interrupt routines so serial baud rate is not a limitation. OTOH a time triggered RTOS has exactly the limitations you suggest. Ian |