UART RX: Difference between revisions

From SpecNext Wiki
Jump to: navigation, search
Ped7g (talk | contribs)
mNo edit summary
Ped7g (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{Port
{{Port
|Number=$143B
|Number=$143B
|NumberDec=5179
|PortMask=%0001 0100 0011 1011
|ShortDesc=Reads data from serial port, write sets the baudrate
|ShortDesc=Reads data from serial port, write sets the baudrate
|Readable=Yes
|Readable=Yes
|Writable=Yes
|Writable=Yes
|Subsystem=UART
|Subsystem=UART
|PortMask=%0001 0100 0011 1011
}}
}}
Reads data from serial port. Write to this port sets the speed of serial communication, see the table:
Reads data from serial port. Write to this port sets the speed of serial communication, see the table:

Revision as of 11:03, 4 May 2020

Number PortNumber::$143B
Decimal NumberDec::5179
Short desc. ShortDesc::Reads data from serial port, write sets the baudrate
Bit Mask [[PortMask::%0001 0100 0011 1011]]
Readable Readable::Yes
Writable Writable::Yes
Subsystem 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