Skip to content

Shimmer3 CRC Support

JongChern edited this page Sep 22, 2022 · 1 revision

CRC support is added to Shimmer3 via firmware Logandstream version 0.13.7 and above. By default CRC is disabled. If you require CRC support it has to be enabled every time you connect to a Shimmer device. The method WriteCRCMode can be used to disable, or enable 1 byte or 2 bytes CRC.

Two examples are included to help users. The first ShimmerCapture will allow you to enable/disable crc once you've connected to the Shimmer3 device. image

The second example ShimmerConsoleAppExample shows how to enable crc via the constructor.

Clone this wiki locally