Search found 5 matches

by gambrell
January 17th, 2012, 10:12 pm
Forum: SDK Questions
Topic: RowMetrics - communicating with the PM using Python on Linux
Replies: 20
Views: 23135

Re: RowMetrics - communicating with the PM using Python on L

Citroen, Looking through Ubuntu's website and some of their forums it appears that their 'python-pyusb' was renamed to 'python-usb' and the package they currently have is the older version of PyUSB (0.4 vs 1.0, which are not compatible with each other < http://sourceforge.net/apps/trac/pyusb/ >). I ...
by gambrell
January 11th, 2012, 6:47 pm
Forum: SDK Questions
Topic: Using Python to interface with the PM
Replies: 16
Views: 38953

Re: Using Python to interface with the PM

Zaf, I have a few more theories and ideas as to your usb issues with linux. However I would need some testing and feedback from you in regards to each idea. Instead of flooding Concept 2's forum with trial and error I figured it would make more sense to try working this through email then posting a ...
by gambrell
January 10th, 2012, 5:36 pm
Forum: SDK Questions
Topic: RowMetrics - communicating with the PM using Python on Linux
Replies: 20
Views: 23135

Re: RowMetrics - communicating with the PM using Python on L

Citroen, The error you are getting (not finding the usb.core module) is due to pyusb not being installed on your system. On most systems (there is always the exception) installing python modules directly (without a port or package) is fairly fool proof. If you want to give it a try you can ... 1) Do...
by gambrell
January 10th, 2012, 5:22 pm
Forum: SDK Questions
Topic: Using Python to interface with the PM
Replies: 16
Views: 38953

Re: Using Python to interface with the PM

Zaf, After doing some searching around it appears that pyusb may require an extra step when connecting to a device in linux. I've updated the code and reposted it at the above link. I do not have access to a linux machine that could be easily located next to my erg so I have not had a chance to test...
by gambrell
December 6th, 2011, 6:16 pm
Forum: SDK Questions
Topic: Using Python to interface with the PM
Replies: 16
Views: 38953

Using Python to interface with the PM

I've been working on a python script to allow for easier communication between the computer and the Concept 2 PM. It has been used successfully with a single erg setup but has not been extensively tested. I've included a link below in hope that other people may have some use for it too. http://www.n...