-
Notifications
You must be signed in to change notification settings - Fork 68
Hardware Handshake RequestToSend #34
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
Comments
genemars
added a commit
that referenced
this issue
Mar 9, 2025
- Replaced NLog with MEL (issue #32 and pr #33) - Improved ReaderTask speed using BaseStream (pr #8) - Using Timer for ConnectionWatcherTask instead of thread loop - Added *SerialPort* property to access the underlying *System.IO.Ports.SerialPort* instance directly (issue #34) - Added *Timeout* property to get/set read/write timeout - Fixed a few minor bugs - Upgraded to latest packages version
genemars
added a commit
that referenced
this issue
Mar 9, 2025
- Added missing log levels v1.2.0 - Replaced NLog with MEL (issue #32 and pr #33) - Improved ReaderTask speed using BaseStream (pr #8) - Using Timer for ConnectionWatcherTask instead of thread loop - Added *SerialPort* property to access the underlying *System.IO.Ports.SerialPort* instance directly (issue #34) - Added *Timeout* property to get/set read/write timeout - Fixed a few minor bugs - Upgraded to latest packages version
genemars
added a commit
that referenced
this issue
Mar 9, 2025
- Fixed "missing appsettings.json" exception v1.2.1 - Added missing log levels v1.2.0 - Replaced NLog with MEL (issue #32 and pr #33) - Improved ReaderTask speed using BaseStream (pr #8) - Using Timer for ConnectionWatcherTask instead of thread loop - Added *SerialPort* property to access the underlying *System.IO.Ports.SerialPort* instance directly (issue #34) - Added *Timeout* property to get/set read/write timeout - Fixed a few minor bugs - Upgraded to latest packages version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is it possible to set Handshake to RequestToSend?
I add
_serialPort.Handshake = Handshake.RequestToSend ;
to open() but got no response after SendMessage()
The text was updated successfully, but these errors were encountered: