Skip to content
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

added software serial support #27

Merged
merged 3 commits into from
Jan 20, 2018
Merged

added software serial support #27

merged 3 commits into from
Jan 20, 2018

Conversation

jnsbyr
Copy link
Collaborator

@jnsbyr jnsbyr commented Jan 20, 2018

This pull request replaces pull request #25 to separate version 0.63 from follow up commits.

  • rx and tx pin numbers for software serial ports are sent to Firmata
    with serial config
  • if the serial port is 8 or higher a serial listen will be sent to
    Firmata before reading to open the software serial port so that there is
    no difference for the application between hardware and software serial
    ports when using read

* rx and tx pin numbers for software serial ports are sent to Firmata
with serial config
* if the serial port is 8 or higher a serial listen will be sent to
Firmata before reading to open the software serial port so that there is
no difference for the application between hardware and software serial
ports when using read
return min supported protocol version if detected protocol version is
undefined
@jnsbyr jnsbyr merged commit 54ae8e4 into ntruchsess:master Jan 20, 2018
@jnsbyr jnsbyr deleted the 0.63 branch June 9, 2018 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant