Skip to content

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

Open
eddylai opened this issue Dec 31, 2024 · 0 comments
Open

Hardware Handshake RequestToSend #34

eddylai opened this issue Dec 31, 2024 · 0 comments

Comments

@eddylai
Copy link

eddylai commented Dec 31, 2024

is it possible to set Handshake to RequestToSend?
I add
_serialPort.Handshake = Handshake.RequestToSend ;
to open() but got no response after SendMessage()

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant