I'm with henrik on this
if you were to use an interrupt routine to output for your 8 bytes of data then that would impact on your other interrupts , pbp style irqs done with dt_ints have some pretty heavy overheadsAs long as the HSEROUT statement itself isn't IN an interrupt routine I don't see HOW it can disturb any interrupts
when art says
that's not strictly correct , hserout is interruptible using dt_intsYou’re not taking advantage of hardware serial at all unless you send a byte at a time
Bookmarks