I’m trying to write a perl script to toggle my relays and I’m having trouble mainly because I’ve just started to learn perl for this project. Has anyone done that or can anyone tell me the hex sequence (for example to turn on the first relay)?
I too am trying to get my K8090 card to work with an iPad using the Apple app K8090 by Philippe. The card works perfectly from your demo program via my Win7 directly to the K8090 card. I did contact the developer, Philippe, who replied with a cryptic answer. When I returned an email to him (twice) asking for a better explanation, he never responded. I saw in this venue that others have had similar problems with this developer.
I realize that Velleman is not responsible for this third party program from Apple, but hopefully they could consider providing some solution so that non-programmers like myself could use the card as I intended via the iPad.
Thank you for your consideration and providing wonderful projects like this one.
You can download the DLL off the Velleman website in the K8090 section.
If you get it working with the iPad, please let me know what you did.
I never heard back from the iPad APP developer. I was hoping that someone at Velleman would contact him also to have him help get it working, or at least explain what to do to make it work correctly.
Here is the cryptic message I received from Philippe:
Philippe,
I did finally manage to get the configuration file changed and can now load the server file using my IP address and the COM port for the Velleman K8090 card (COM3). The server file appears to run correctly (no error indicated) but the iPad app does not find the server in my PC. I did set the IP address in the app to the same IP address for the PC. When I attempt to switch a relay ON or OFF, I get an error window that says “Server Not Responding”. Any ideas on what that problem might be?
I am using the iPad through my home wireless network, if that has any bearing on the problem.
Philippe,
I still need an answer. I am very anxious to get this iPad app running. Any help you can give will be much appreciated.
One would expect the app to run out of the box without having to resort to contacting the designer. Every other app I have loaded worked without this step.
You should take a look at the demo projects in .NET first to see how they work. There is a .NET library wrapped around the regular DLL which provides an interface to the K8090
I just opened the Sampel01 and did not run OK
the same problem appeared to me
“Unable to load DLL ‘K8090D.dll’: The specified module could not be found. (Exception from HRESULT: 0x8007007E)”
Put the DLL where Windows can find it, the easiest way is to put it in the ‘C:\Windows\System32’ folder. It is strange though, since the installer should already have done this for you…