Open menschmaschine opened 2 years ago
EnumerateUnits throws an error if NULL pointer arguments are provided. Providing a buffer that fits 16 serial numbers to get around this issue. Changed and tested only for the PicoScope 3000A, as this is the only scope I have.
@yesrgang can you comment on the above PR? I noticed you authored this code: https://github.com/colinoflynn/pico-python/pull/133
EnumerateUnits throws an error if NULL pointer arguments are provided. Providing a buffer that fits 16 serial numbers to get around this issue. Changed and tested only for the PicoScope 3000A, as this is the only scope I have.