News:

  • October 13, 2025, 01:35:16 PM

Login with username, password and session length

Author Topic: Serial Port IN Queue  (Read 1572 times)

ATU

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 2126
  • YKPAIHA
    • ATU, Inc.
Serial Port IN Queue
« 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?
« Last Edit: December 05, 2019, 03:24:27 PM by ATU »

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3761
    • Host Engineering
Re: Serial Port IN Queue
« Reply #1 on: December 05, 2019, 03:33:08 PM »
DEVCLEAR should do it

ATU

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 2126
  • YKPAIHA
    • ATU, Inc.
Re: Serial Port IN Queue
« Reply #2 on: December 05, 2019, 03:54:51 PM »
Yup, that did it. Thanks!