I have an application written in Java which now needs to take it’s input from a K8055 board. I have found two Java APIs but I can’t get either of them to work:
sourceforge.net/projects/k8055-x64-java/ The author says to install the drivere but doesn’t say how. I tried Regsvr32 ion Windows & syswow64 but both threw up errors. When I try and run it the program complains that a DLL is missing.
TWUSB2.4 Can start it’s demo but fails when it comes to open the device. Again TWUSB fails to install using Regsvr32. The instructions are in German and the error messages are therefore not understandable by me. The first couple of lines suggests that my efforts to register the TWUSB.dll did not work:
Starte TWUsb Test Gui
0 [main] INFO test.de.wenzlaff.twusb.schnittstelle.TWGui - Starte TWGui Program
m
Exception in thread “AWT-EventQueue-0” java.lang.UnsatisfiedLinkError: C:\Window
s\System32\TWUsb.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
I have tried it on a 64 bit system and a 32 bit system. If anyone can tell me what I’m doing wrong or where to get a JAVA API for this board which works and is in English I would very much appreciate it.