As the title says... Chat on...

User avatar
By Paw
#18314 Hi
Can someone tell me how to disable LUA command prompt ">" ?
I made some code on ESP and uC
problem is when uC send some data by UART and end it by CrLf
CommandCrLf
On Tx line of ESP8266 i get " >" (It's for confirmation rx OK?)
So if uC refresh data on UART by 1 second period get gibberish on uC like this
> >>>>>>>>>>>>>>>>>>>>>> $ActualCommandCrLf>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Image

O and on lua i have
Code: Select all-- parameters_uart.setup(UART-id,baud,databits,parity,stopbits,echo)
uart.setup(0,9600,8,0,1,0)

So in theory and fact i don't have ECHO...i just get ">" from system