You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connected to eurotherm without asyn break option - behaviour was unchanged
Connected to eurotherm with new asyn break option - things started timing out indicating that something was happening differently.
Enabled asyn trace and the new message was correctly printed ("with BREAK")
We don't have access to a device that requires serial breaks so I can't test that it works 100% correctly but I've reviewed the code and it looks sensible.
A serial break is not a series of characters but a fundamental "thing" you can do to a serial line.
This is required for ticket #2397 (fermi chopper).
Plan is to implement an option in the asyn driver that sends a serial break on the end of every message.
The text was updated successfully, but these errors were encountered: