-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SoftwareSerial fails to compile for chipKIT WiFire #460
Comments
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 ***@***.***> 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
<#460 (comment)>,
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.
The text was updated successfully, but these errors were encountered: