K8056 VB.Net code?

Hello everyone,

I’m new to this board.
I’ve just received my K8056 relayboard and it works like a charm, but i’ve a question about it.
On the cd there is a sample of it to test it, but i want to maken a program in VB2010 for it, but i cant find any code for it.
Has somebody a VB2010, vb2008,vb2005 or vb2003 code for me to make it work under vb?
It just have to some things that also the sample can do, so i can test it by my self?

Best regards…

Please check the downloads section on the K8056 page:

http://www.velleman.eu/distributor/support/downloads/?code=K8056

I’m sorry but that is in vb6 code and i’m looking for vb2003 or higher.

The manual for the board explains the protocol (starting on page 9):
velleman.eu/downloads/0/illu … _k8056.pdf

The protocol is pretty easy and one-way so you don’t even need to be able to receive data

I suggest using the SerialPort class introduced in the .NET Framework 2.0