You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terms:
Data Terminal Equipment (DTE), AKA. host.
Data Communication Equipment (DCE), AKA. Serial Modem.
Data Terminal Ready (DTR)
Ring Indicate (RI)
DTR operation:
When DCE notices DTR asserted fom DTE, it resumes UART, enables
RX and sends any possibly pending TX data.
When DCE notices DTR deasserted from DTE, it aborts possible TX,
disables RX and suspends UART.
RI operation:
When DCE observes DTR deasserted and it needs to send data, it sets
RI up to notify DTE.
Application integration:
* uart_rx_enable is used as indicator that application is ready.
* UART_RX_BUF_REQUEST is sent by virtual UART to application to
request a buffer.
* Logic level 1 is asserted, use DT to change 0/1 level of that.
Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
dtr
dtr
0 commit comments