;
; fromserial points to the first empty byte, where we will put new
; data provided by the host; this means that (fromserial & 0xf0) is
- ; the first buffer which fails to contain a complete nmra message
+ ; the first buffer which fails to contain a complete nmra message.
+ ; fromserial is updated only by the (low priority) serial receive
+ ; interrupt handler.
;
; totrack points to the first remaining full byte, which is currently
; being transmitted; if nothing is currently being transmitted