Author Topic: [SOLVED] Uart0Receive() Read  (Read 854 times)

mc-John

  • Global Moderator
  • Full Member
  • *****
  • Posts: 212
    • View Profile
Re: Uart0Receive() Read
« on: June 18, 2016, 01:17:24 pm »
What I forgot to tell you is that the word "could" means that the event could fire while there is nothing in the queue. Also you cannot rely on the 1+2+3-1 because there could be -1 in the middle. The chance that that happens when you debug is much smaller. Also the queue is 256 bytes before it overflows.

« Last Edit: June 18, 2016, 01:20:20 pm by mc-John »