Search found 4 matches

by readingmb
Tue Jan 24, 2017 12:33 am
Forum: General Discussion
Topic: Log output is UART0 by default. Can not change to UART1?
Replies: 3
Views: 7407

Log output is UART0 by default. Can not change to UART1?

Log output is UART0 by default. Can not change to UART1?
Or can I turn off the Log output?
by readingmb
Mon Dec 19, 2016 4:09 am
Forum: General Discussion
Topic: When does the SDK for the BT Classic SPP feature come in?
Replies: 0
Views: 2971

When does the SDK for the BT Classic SPP feature come in?

The SPP Profile is required to complete the project you are currently doing.
When will it be supported?
by readingmb
Fri Dec 16, 2016 2:20 pm
Forum: Report Bugs
Topic: Uart2 does not work.
Replies: 5
Views: 10739

Uart2 does not work.

Hello !! uart 2 does not work !!! I am very urgent. The code is written as follows: uart_port_t uart_num = UART_NUM_2; //uart port number uart_config_t uart_config = { .baud_rate = 115200, //baudrate .data_bits = UART_DATA_8_BITS, //data bit mode .parity = UART_PARITY_DISABLE, //parity mode .stop_bi...