Conversation
832e20d to
7a68066
Compare
|
@tdy I'm having an issue with the gusbamp class, when running the amp.getdata() an exception of the type "Not ImplementedError" is raised, the method concerned is get_sample_frequency used by the Ampdecorator for getting marker, which is not implemented in the GUSBAmp, I also noticed that the configure method is also missing, by default at the init method the sampling frequency is set to 128 HZ. If you're running into the same issue inform me, otherwise is everything is working fine please inform also. |
|
@okbalefthanded I noticed the issue as well. For me, the same issue exists with the master branch. In this branch, I've only translated the existing legacy code line by line into the 1.0.0 (stable) API. This involved updating the amp's USB initialization code and updating the |
|
@tdy Thanks for your reply, I'll update my local code with your patch and try to complete the implementation if possible. |
Hello, I've patched
gtec.pyto use the pyusb-1.0.0 API.