No response from computer when K8055 when plugged into USB

OK, I’ve assembled the K8055 USB board and it seems to be working - that is, the power LED lights up and the other LED starts blinking for a while then stops. But nothing is happening on the computer. According to the documentation the program k8055.exe is supposed to execute. Well, it isn’t. Anyone know what is wrong? And if I can download the k8055.exe file myself so I can start it?

And while you’re at it, the source code for the k8055.exe program would be great too.

Please downloaded and extracted the “K8055N software pack” from: velleman.eu/support/download … 055n&type=
In the examples subfolder there are example projects written in many programming languages.

For more info see the “K8055N & VM110N Getting Started.pdf”.

In the Exampes subfolder there are example projects written in following languages:
• Microsoft Visual Basic 2008 Express Edition
• Microsoft Visual C++ 2008 Express Edition
• Microsoft Visual C# 2008 Express Edition
• Microsoft Visual Basic 6.0
• Microsoft Excel VBA
• Borland Delphi 5
• Borland C++Builder 6
• Bloodshed Dev-C++

In 32-bit operating system, copy the DLL from the package’s folder \DLL_v5.0.0.0 to the \Windows\System32 folder .
In 64-bit operating system, copy the DLL to \Windows\SysWOW64 folder.

The program K8055N_Demo.exe is in the folder \Demo.
The source code is in the folder \Examples\K8055NDemoDelphi.