9 years, 10 months ago.

STDIO(UART TX RX) can be use to communicate with other peripherals?

Hi, Can we use UART STDIO(TX/P0_18/D1, RX/P0_13/D0) to communicate with other peripherals ? Does it reserve for only STDIO?

I tried sending some bytes over UART(P0_18/D1, P0_13/D0) using putc member function but not receive any data. Could you please anyone clarify this.

Thanks & regards, Sushil

Question relating to:

Is there any way to disable STDIO UART and use that to communicate with external peripherals?

posted by Sushil Deka 17 Jun 2014

1 Answer

9 years, 10 months ago.

Hello Sushil Deka,

yes, it's reserved for STDIO functionality. It is initialized for functionas like _write, _open, _read (input and output).

Regards,
0xc0170

Accepted Answer

Hi Martin, Thanks for the clarification. Any pointers how to use UART with Arduino headers?

regards, Sushil

posted by Sushil Deka 17 Jun 2014

Hi Martin, How can I connect a UART with arduino PINS? Can I use D8 and D2 for TX and RX?

regards, Sushil

posted by Sushil Deka 17 Jun 2014