Hy,
I'm french student in computing, and I'm rower too !
I would like to develop an application to communicate and send informations between my pc and my PM3.
I would like to find a good documentation about it. (The SDK is small)
In which programmation language it's better to develop for the PM3 and windows ?
Thanks for you help, (And sorry for my bad english
Benoit
where can I find a complete documentation about PM3/4
Benoit,
By far the best language to use is the one you're familiar with. That said, there are a few hurdles to using the supplied libraries directly in most languages. It was really targetted towards C or C++ users. (Rather than VB, Delphi, or even Borland C)
I'd seriously recommend you take a look at the PMI ActiveX control to get started. http://www.concept2.co.uk/software/pmi.php
It has an absolutely staggering 147 page manual that describes its use. And it's just about the perfect tool for what you want to do. You can get started communicating with your machine with just Excel and Visual Basic for Applications. Later, I'm sure you can move to VB6, or maybe VB.NET. And once you're familiar with all that you can revert to using the SDK directly in .NET language like C# or move to native C++.
Hope that helps,
Mike
By far the best language to use is the one you're familiar with. That said, there are a few hurdles to using the supplied libraries directly in most languages. It was really targetted towards C or C++ users. (Rather than VB, Delphi, or even Borland C)
I'd seriously recommend you take a look at the PMI ActiveX control to get started. http://www.concept2.co.uk/software/pmi.php
It has an absolutely staggering 147 page manual that describes its use. And it's just about the perfect tool for what you want to do. You can get started communicating with your machine with just Excel and Visual Basic for Applications. Later, I'm sure you can move to VB6, or maybe VB.NET. And once you're familiar with all that you can revert to using the SDK directly in .NET language like C# or move to native C++.
Hope that helps,
Mike
- Citroen
- SpamTeam
- Posts: 8023
- Joined: March 16th, 2006, 3:28 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Mike, you beat me to it. That PMI ActiveX control is superb, it's so easy to work with Visual Basic. It gets my vote.haboustak wrote:I'd seriously recommend you take a look at the PMI ActiveX control to get started. http://www.concept2.co.uk/software/pmi.php
Perhap Beniot should volunteer to translate the PMI manual and examples into a French version for Chris.
-
- 2k Poster
- Posts: 258
- Joined: September 10th, 2006, 12:13 pm
- Location: Durham, UK