Closed SonnoOcea closed 3 years ago
So, first: our ESP32-based modem is also for non-Commodore computers, so no complication there.
That said, if you don't need flow control on any of your serial ports, then yes, cutting out all the code inside #ifdef ZIMODEM_ESP32 is just fine.
I closed the other issue by accident, so I thought that making a new issue could be better since at the end the issue I had was solved.
Would it be possible add in the readme a simple diagram showing which pin has to be connected where, specifying that it has to be connected to the UART2 pins on the ESP32?
One more thing: I was looking a bit at the code to change which UART port to use (on the board I wanted to use the pins for uart1 are connected to a sd card holder and the uart2 to a lcd) and I found this block of code in serout.ino that I think I should edit, but I'm not 100% sure (sadly it's not possible to put code blocks into a spoiler)
Considering I have no hardware flow control and I'm using it on non-commodore stuff, the only thing I need to edit is the last UART_NUM_2 to UART_NUM_0 right?