-
Notifications
You must be signed in to change notification settings - Fork 54
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
SofwareSerial #43
Comments
Why would you use serial? What format are you using? If Ibus, then use the Ibus library' |
The servo and sens pins use Serial to comunicate. So much that in the example multimonitor the IBusSensor and IBusServo begin you pass a Serial as a parameter. |
lucashudson2002...For Nano....use https://github.com/pedrocastelani/SoftIBus |
Is it possible to use SoftwareSerial instead of HardwareSerial? I am using the reciever FS-IA6B with an Arduino Nano, wich has only one Serial.
I tried just changing in the sources but it didn't work.
The text was updated successfully, but these errors were encountered: