-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor and generalise TPG300 emulator #169
Conversation
Because the commands to the device don't all have the same terminator (namely the command doesn't have any, all the others have CR LF) the device seems to be waiting for the readtimeout every time on . These delays seem to have caused unreliability in testing so I reduced the readtimeout to 1 millisec. This should be fine as the commands are sent to the device as one block there should not be delay between parts of the same command. |
Description of work
tpg300
emulator totpgx00
emulatordevice.py
:stream_interface.py
:device.py
Ticket
#7458