I got the protocol you posted and it looks like it is fairly easy to implement.
Now is there anyone who has a C#, VB.NET, VB6 sample lying arround which they could share?
I would highly appreciate that, so I don't have to go through the process of creating it all from the bottom up.
A very simple sample would be enough.
Wrote an ActiveX Control in VB6 using the SDK for the CM11. Took me about 3 months to get it working smoothly. Not working continuously
There's really nothing simple about it. But the bulk of your programming will be done in dealing with events in the Communication's Port On Comm event. Working with binary code from the SDK is kind of abstract and takes patience and persistence.
If you want to mess with it, here's a few hints.
1. set the InputMode to Binary: comInputModeBinary
2. The SThreshhold to 1
and
3. the Settings property to 4800,n,8,1
As far as the European CM11G, it works fine with the same code used for the CM11A. And they're right those commands (ahcmd.exe, etc.) are for the CM15A. The CM11
X is a different ballgame.
That CM15 Pro found on Marmitek Pro's website is really a European Version of the CM11. Read their description!
CM15Pro Programmable Computer Interface incl. ActiveHomePro Software
MORE INFO
* This is the Pro-version of the CM11.
Hank