Search found 12 matches

by zaf
January 16th, 2012, 6:23 am
Forum: SDK Questions
Topic: Easiest way to communicate with a PM3 on linux or mac
Replies: 6
Views: 8157

Re: Easiest way to communicate with a PM3 on linux or mac

Thanks for that but I've managed to resolve the issues with pyrow and am getting data from the rowing machine.

Using Python to interface with the PM (SOLVED)
http://www.c2forum.com/viewtopic.php?f=15&t=12009
by zaf
January 16th, 2012, 6:21 am
Forum: SDK Questions
Topic: Using Python to interface with the PM
Replies: 16
Views: 38953

Re: Using Python to interface with the PM

In case any reads this - we solved the issues and I have a linux machine communicating with the PM3 on the rowing machine using python. And its really cool ;) I'd like to thank gambrell for creating the pyrow library and for helping out to get this to work. Finally, if there is a Concept2 employee r...
by zaf
January 12th, 2012, 4:38 am
Forum: SDK Questions
Topic: Easiest way to communicate with a PM3 on linux or mac
Replies: 6
Views: 8157

Re: Easiest way to communicate with a PM3 on linux or mac

Yes, you're right.

Still, have no idea how to go about compiling the code. I mean, you can't even get a download link to get all the files!
by zaf
January 12th, 2012, 4:36 am
Forum: SDK Questions
Topic: Using Python to interface with the PM
Replies: 16
Views: 38953

Re: Using Python to interface with the PM

Email shot :)
by zaf
January 11th, 2012, 5:45 am
Forum: SDK Questions
Topic: RowMetrics - communicating with the PM using Python on Linux
Replies: 20
Views: 23137

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

In the current state of play even the programmers can't get the stuff to work ;)
by zaf
January 11th, 2012, 5:43 am
Forum: SDK Questions
Topic: Using Python to interface with the PM
Replies: 16
Views: 38953

Re: Using Python to interface with the PM

Same error. Heres the dump: python statshow.py Traceback (most recent call last): File "statshow.py", line 18, in <module> erg = pyrow.pyrow(ergs[0]) File "/home/zaf/tmp/pyrow/pyrow.py", line 39, in __init__ erg.set_configuration() #required to configure USB connection File "/usr/local/lib/python2.7...
by zaf
January 11th, 2012, 5:39 am
Forum: SDK Questions
Topic: Using Python to interface with the PM
Replies: 16
Views: 38953

Re: Using Python to interface with the PM

Thanks for the reply!

I'm downloading now and testing.
by zaf
January 11th, 2012, 5:37 am
Forum: SDK Questions
Topic: Easiest way to communicate with a PM3 on linux or mac
Replies: 6
Views: 8157

Re: Easiest way to communicate with a PM3 on linux or mac

Thanks for the reply.

The project you mention looks microsoft windows specific, old, no binaries, no documentation and dead external links.

Its probably easier to use the other microsoft windows options that are mentioned in these forums.
by zaf
January 10th, 2012, 6:21 am
Forum: SDK Questions
Topic: Easiest way to communicate with a PM3 on linux or mac
Replies: 6
Views: 8157

Easiest way to communicate with a PM3 on linux or mac

Hi everyone, I've just spent the last 3 hours trying to get some code to run on either ubuntu linux or or a mac but failed miserably and have given up until someone can lend a hand. The python scripts available on these forums both fail with the underlying usb code (I've posted errors in the forum a...
by zaf
January 10th, 2012, 6:07 am
Forum: SDK Questions
Topic: Updated MacOS X SDK?
Replies: 6
Views: 8566

Re: Updated MacOS X SDK?

Does anyone know where I can locate the test.c file (or any example) so I can play with the code?
by zaf
January 10th, 2012, 6:05 am
Forum: SDK Questions
Topic: RowMetrics - communicating with the PM using Python on Linux
Replies: 20
Views: 23137

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

I've gome as far as installing the required software but running the python script on an ubuntu linux machine I get the following error: python row_metrics.py -i 17a4:0001 -p 3 -w 165 -f 0.2 Found device 17a4:0001. Traceback (most recent call last): File "row_metrics.py", line 576, in <module> pm = ...
by zaf
January 10th, 2012, 6:02 am
Forum: SDK Questions
Topic: Using Python to interface with the PM
Replies: 16
Views: 38953

Re: Using Python to interface with the PM

I'm stuck at trying to get my system updated with the requirments need to run the script. I'm using an ubuntu linux machine (after failing harder on a mac) and after installing libusb, pyusb, setting permissions on 'udev' rules, I finally hit the wall with "usb.core.USBError: Resource busy": python ...