projecthorus / horusdemodlib

High Altitude Balloon Telemetry Library
GNU Lesser General Public License v2.1
55 stars 26 forks source link

Test Error #239

Open OK1SLM opened 5 months ago

OK1SLM commented 5 months ago

The following tests FAILED: 3 - test_horus_rtty_7n1 (Failed) 4 - test_horus_rtty_7n2 (Failed) 5 - test_horus_rtty_8n2 (Failed)

darksidelemm commented 5 months ago

Yep, i'm aware of this one. Something to do with modem initialization, so the first packet seems to get dropped. Unsure what has changed, if anything. The modem still decodes these transmissions fine, but we lose a byte of the first packet in the test recording so the CRC fails.

At some point I'll investigate what's going on.