G'day Josh,
I've been using Bonsai to read the Rotary Encoder Module's USB output stream and there are two things I want to do.
[list=1]
Log position data on the module's SD card and retrieve it after Bonsai has released the COM
Probe whether there's a difference in the module's position and what Bonsai receives, since Bonsai's record of position information shows only integer degrees
If I start logging to SD, pass COM to Bonsai, and then .getLoggedData() after Bonsai's released the COM there is some data on the SD card, but it's pretty much empty. It seems to me that while Bonsai is using the COM there's no position data being written to the SD card. Is this because writing to the SD card is technically another USB/COM writing thing and both can't be done at once?