Page 1 of 1

Direct serial communication via UART1 (USB socket)

Posted: Tue Oct 31, 2017 8:33 am
by eldadwasserman
Hi,
My ARDUIN-EPS development with the ARDUINO IDE is working good. I have problems to migrate this code to ESP-IDF especially with communication via the USB cable... so, because fprint is adding 0D to my streaming data to the PC via the USB cable, and because I didn't succeed to get rid of this issue I am searching for a way of 2 ways communication via the USB cable directly without using the fprint command. Anyone can help here ???

Thanks

Eldad

Re: Direct serial communication via UART1 (USB socket)

Posted: Tue Oct 31, 2017 4:55 pm
by ESP_Sprite
In make menuconfig, there's a option (component config -> ESP32-specific -> Line ending for UART output) where you can configure this.

Re: Direct serial communication via UART1 (USB socket)

Posted: Tue Nov 07, 2017 12:51 am
by eldadwasserman
thanks for your help.... I was trying to update no line ending and I am getting error...