-
Notifications
You must be signed in to change notification settings - Fork 132
Use CDT Serial class #1261
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
Labels
status: fixed in 4.4.0
fixed in 4.4.0
Comments
wimjongman
added a commit
that referenced
this issue
Nov 15, 2020
The Serial class was rewritten to use the CDT serial. However, the CDT Serial class is missing some methods compared to jssc. 1. There is no STOP_BITS 1.5 2. There is no serial listener, only an InputStream 3. There is no setRTS 4. There is no setDTR
The Serial class was rewritten to use the CDT serial. However, the CDT
|
wimjongman
added a commit
that referenced
this issue
Nov 15, 2020
The Serial class was rewritten to use the CDT serial. However, the CDT Serial class is missing some methods compared to jssc. 1. There is no STOP_BITS 1.5 2. There is no serial listener, only an InputStream 3. There is no setRTS 4. There is no setDTR
wimjongman
added a commit
that referenced
this issue
Nov 15, 2020
The Serial class was rewritten to use the CDT serial. However, the CDT Serial class is missing some methods compared to jssc. 1. There is no STOP_BITS 1.5 2. There is no serial listener, only an InputStream 3. There is no setRTS 4. There is no setDTR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CDT has a native serial project. Use this as a poc.
The text was updated successfully, but these errors were encountered: