Open jg2562 opened 4 years ago
Software serial does not work on MZ chips and never has done. But then, why would you want it on a chip with 6 hardware uarts?
Unfortunately, the chipKIT WiFire only wires out 2 of the hardware uarts from what we found. We need at least 3 for our current project. Are there plans to implement Software Serial for the MZ chipset?
Indeed it does. Huh, you can make your own variant. The PONTECH NoFire is one I made for a board that doesn't have WiFi but uses the MZ chip. Set it up in Board_Defs.h in the "Serial Port Declarations" section.
Jacob
On Tue, May 26, 2020 at 5:32 PM Jack notifications@github.com wrote:
Unfortunately, the chipKIT WiFire only wires out 2 of the hardware uarts from what we found. We need at least 3 for our current project. Are there plans to implement Software Serial for the MZ chipset?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/chipKIT32/chipKIT-core/issues/460#issuecomment-634352657, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABQM24KU4UNNDBDBC52223RTRNQPANCNFSM4NGNKXCQ .
That is a consideration we are looking into, but it would be easier to read from software serial for now if that's an option.
Hi,
I seem to be having an error using the following minimal script and I was not able to compile SoftwareSerial.cpp library for the chipKIT WiFire.
It appears to be an error in the struct as it gave back this error.