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
Seems the internal 100ms wait time is too small. With 200ms it never appeared again in my tests. Nevertheless, a code should never panic, wrote a check for that. Waiting to be checked in...
This is a new release that brings:
- support for PACTOR-4 Dragon modems #3
- support for CRC Hostmode instead of plain WA8DED hostmode
- adds a license #28, #27
- follows LA5NTA to move to Go modules la5nta/pat#199
most changes are done in modem.go, most notably:
- the underlying serial library has changed
- a lot of helper functions were added to support the CRC Hostmode
- handling of interrupted system calls on the serial line
- small bug fixes, especially #29
This is a new release that brings:
- support for PACTOR-4 Dragon modems
#3
- support for CRC Hostmode instead of plain WA8DED hostmode
- adds a license #28,
#27
- follows LA5NTA to move to Go modules
la5nta/pat#199
most changes are done in modem.go, most notably:
- the underlying serial library has changed
- a lot of helper functions were added to support the CRC Hostmode
- handling of interrupted system calls on the serial line
- small bug fixes, especially
#29
The text was updated successfully, but these errors were encountered: