1
Web platform / Re: Add 4 serial RS-232 ports
The devices work in round-robin mode. PIC is always the initiator and sends the request (query the device), device responds with 16 to 32 bytes long message. In the main loop PIC should sequentially query all devices. In that regard I did not understand what "rewire Rx before Tx" means? Could you please let me know more about that design?
GUI is not needed but why adding external SRAM or FLASH should be tricky with PIC32? I found also the description how to use parallel master port (PMP) to add external memory: Page 71 of PIC32 Family Ref.Manual http://http://ww1.microchip.com/downloads/en/DeviceDoc/61128D.pdf
Regarding re-work, sounds like interesting project, to me at least.