Hello!
Does anyone have experience of creating an interrupted driven serial receive using a Teensy 4.1 or 4.0?
I have found that in some projects, polling is simply insufficiently reliable because at times the processor is simply too busy and misses some important incoming bytes.
If anyone has an example of how to do this, I would really appreciate it! It would save me a lot of time.
(I did do it once before in 1983! But that was an 8250 serial chip with an 8088 processor in an original IBM PC!
).
Malcolm Messiter
Does anyone have experience of creating an interrupted driven serial receive using a Teensy 4.1 or 4.0?
I have found that in some projects, polling is simply insufficiently reliable because at times the processor is simply too busy and misses some important incoming bytes.
If anyone has an example of how to do this, I would really appreciate it! It would save me a lot of time.
(I did do it once before in 1983! But that was an 8250 serial chip with an 8088 processor in an original IBM PC!

Malcolm Messiter