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
{{ message }}
This repository was archived by the owner on Aug 6, 2024. It is now read-only.
There are currently two issues with the remote connection:
The connection is slower than expected. Sometimes a command requires a few resends (currently each receive has one second of timeout window) to get acknowledged.
Command "g" (read general registers) gets unexpected respond. It should receive 17 (number of registers) * 4 (register length) hex bytes but sometimes gets longer response (with correct checksum).
There are currently two issues with the remote connection: