UART TX

From SpecNext official Wiki
Revision as of 09:33, 24 November 2017 by wiki>Omikron (Created page with "{{Port |Number=0x133b |ShortDesc=Sends byte to serial port. If read, tells if data in RX buffer |Readable=Yes |Writable=Yes |Subsystem=UART }} Write to this port sends the byt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Number 0x133b
Decimal
Short desc. Sends byte to serial port. If read, tells if data in RX buffer
Bit Mask
Readable Yes
Writable Yes
Subsystem UART

Write to this port sends the byte to serial port (routed to WiFi module connector). Read from this port returns 0 if there are bytes to read in RX FIFO buffer, or 1 if no RX data.