I want to use punyforth for getting some data from serial port but after browsing around there are some problem I found:
- The way I understand it, effectively only 1 uart on esp8266 (the second uart is transmit only)
- punyforth use that serial forth as repl
- Is there anyway to move the repl on tcp/ip port? effectively making punyforth a telnet forth
- or move the repl to i2c (which added benefit I can use several board on an i2c wire)
- Another small but useful trick is adding softuart feature to punyforth but some of my device use some weird unusual baudrate 5787 8E1 so I worry if the softuart can't handle that use case
TIA
I want to use punyforth for getting some data from serial port but after browsing around there are some problem I found:
TIA