Search found 4 matches
- Tue Jan 24, 2017 6:19 am
- Forum: General Discussion
- Topic: Log output is UART0 by default. Can not change to UART1?
- Replies: 3
- Views: 8264
Re: Log output is UART0 by default. Can not change to UART1?
oh! Thank very much.
- 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: 8264
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?
Or can I turn off the Log output?
- 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: 3205
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?
When will it be supported?
- Fri Dec 16, 2016 2:20 pm
- Forum: Report Bugs
- Topic: Uart2 does not work.
- Replies: 5
- Views: 11543
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...