Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: ATU on December 05, 2019, 02:35:39 PM

Title: Serial Port IN Queue
Post by: ATU on December 05, 2019, 02:35:39 PM
How large is the Built in Serial Port Input Queue on the BRX? Since DevRead reports 1023 max , I would guess 1k?  ::)  Is there a quick way to flush the Queue or is calling StreamIn the only way?
Title: Re: Serial Port IN Queue
Post by: franji1 on December 05, 2019, 03:33:08 PM
DEVCLEAR should do it
Title: Re: Serial Port IN Queue
Post by: ATU on December 05, 2019, 03:54:51 PM
Yup, that did it. Thanks!