A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By eriksl
#20842 Uart configuration from eeprom/flash and uart configuration commands finished!

I am not 100% sure the parity and stop bits stuff, it seems my pl2303 doesn't understand all of them.

From the commit log:

Add uart parameters configuration.

Checkout these commands:
- uart-baud baudrate
- uart-data databits
- uart-stop stopbits
- uart-parity parity (which is none, odd or even; space/mark not supported)

After making changes, write the config (cw or config-write) then restart
(reset command) to activate the changes.
User avatar
By novex
#21060 Hey there, i am looking into the viability of using one of the esp8266 chips to make a wifi serial adaptor which seems to be pretty much what your project is based around.

was wondering if you could confirm if i should continue down this path.

my goal is to have a unit (possibly battery powered) that i can plug into the serial ports on PBX or network switches / APs that i need to log and occasionally interact with for work.
Which i can then connect my laptop to the SSID of the ESP unit and putty/telnet into the serial port over IP.

does this seem like a possibility using these units and your code?

cheers, Daniel.