Difference between revisions of "UART RX"
From SpecNext official Wiki
m |
m |
||
Line 1: | Line 1: | ||
{{Port | {{Port | ||
− | |Number=$ | + | |Number=$143B |
|ShortDesc=Reads data from serial port, write sets the baudrate | |ShortDesc=Reads data from serial port, write sets the baudrate | ||
|PortMask=%0001 0100 0011 1011 ?? | |PortMask=%0001 0100 0011 1011 ?? |
Revision as of 09:28, 27 November 2017
Number | $143B |
---|---|
Decimal | |
Short desc. | Reads data from serial port, write sets the baudrate |
Bit Mask | %0001 0100 0011 1011 ?? |
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