UART RX
From SpecNext official Wiki
Revision as of 08:50, 24 November 2017 by wiki>Omikron (Created page with "{{Port |Number=$143b |ShortDesc=Reads data from serial port, write sets the baudrate |Readable=Yes |Writable=Yes |Subsystem=UART }} Reads data from serial port. Write to this...")
Number | $143b |
---|---|
Decimal | |
Short desc. | Reads data from serial port, write sets the baudrate |
Bit Mask | |
Readable | Yes |
Writable | Yes |
Subsystem | UART |
Reads data from serial port. Write to this port sets the speed of serial communication, see the table:
0 = 115200 (default at reset) 1 = 57600 2 = 38400 3 = 19200 4 = 9600 5 = 4800 6 = 2400