arduino programming to communicate with k8055 usb experiment interface board

Hi All, You can communicate with this board in C++. Since arduino is based on C++ I wonder if someone can give me code for connecting to this board and then doing something simple like read the analog inputs.
It may be that there is already an example of this somewhere? I have stored the dll in the windows folder which also contains system32 files.

Hi,
Welcome to the forum.

Please read http://forum.arduino.cc/index.php/topic,148850.0.html.

What is a k8055?
Can you please post links to spec/data of the k8055?

Have you googled k8055 arduino

Can you please tell us your electronics, programming, arduino, hardware experience?

Thanks.. Tom.... :slight_smile:

Hi Tom, Google k8055 for all the info you need. I have now created many sketches in arduino. I had made the analog equivalents many years before using microcontrollers to do the same things.
I am a better analog electronic designer than a programmer although I am getting better all the time. As you suggest I will try google "arduino k8055".
I have a lot of hardware experience as this is the heart of analog electronics.

I'm puzzled about your question. You asked about communicating with the board in C++, but there are actually a large number of methods of doing that. Generally, it is a communications protocol, and thus may be language agnostic at each end, e.g. you could run a C++ program on the Arduino, and C++ or some other language, name your favourite, on the Windows PC.

I suppose you can mainly easily adapt C++ written for PC to Arduino, but not if it relies on system calls or GUI I/O.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.