Richard, thanks for the reply. I was concerned that the interrupt might interfere with the HSERIN and HSEROUT commands.
Richard, thanks for the reply. I was concerned that the interrupt might interfere with the HSERIN and HSEROUT commands.
"No one is completely worthless. They can always serve as a bad example."
Anonymous
hserout could never be affected by interrupts in any normal sort of asynchronous use
hserin will not be affected by interrupts in any normal sort of asynchronous use provided the isr does not take so long as to cause a buffer overrun
Warning I'm not a teacher
Bookmarks