-->
Page 1 of 1

How do I send HEX bytes through uart0 in non_os SDK?

PostPosted: Wed Jul 25, 2018 7:00 am
by SimonLiu009
Hi Guys,
I need to send 0xFF in HEX format from ESP8266 to a device in non_os SDK. I read through the uart.c, all I found were uart0_sendStr( ), uart_write_char( ) and uart0_tx_one_char( ). These functions are for sending char , how do I send hex data?

Re: How do I send HEX bytes through uart0 in non_os SDK?

PostPosted: Fri Sep 07, 2018 2:59 am
by eriksl
In the C programming language, char = byte.