h2o wrote:Nice project!
I'm thinking about to build a simple wireless DMX receiver with ESP8266. Maybe I can use your code to do this...
Anyway, is the 250000 baud rate supported by the 0.92 SDK?
Nice to hear. 250kbaud is supported, just init the uart with argument 250000 as I have done in my code. However, doing so will confuse your USB serial port under linux and you need a logic analyzer or an oscilloscope to see the data correctly.