I got my K8055 some days ago. I tryed to learn how to use it in VisualBasic. My problem is
How do I connect DI with checkbox in realistic time?
Do you know to do [on/off] switch? (For example DIchannel 1 =true then DOchannel 1 =true, if DIchannel 1=true again then DOchannel 1=False)
Can u give me the example codes please.
I read the K8055 manual many times , and I think it is not good. Because I am using VisualBasic and example codes in the manual is for different program. And only one example “Connect button” for Visual Basic. I opened your demo program and try to learn by codes. But it is so hard for the new user to me. Do you have a manual with more small examples?
If you are using Visual Basic 6 then you’ll find example program in the folder:
d:\K8055_VM110 USB board\Demo PC soft source\VB
If you are using Visual Basic 2008 Express then you can use the project in the folder:
d:\K8055_VM110 USB board\Demo PC soft VB_NET
VB 2008 makes the needed conversion automatically.
You may also download a ready VB 2008 project. You’ll find more info from this thread:
I tried to load the PC soft VB_NET into the express edition but it would not convert it. Can anyone suggest a fix? The VB solution file I tried to convert was a ver 7.1. I have no idea how to use my board without access to the VB.net code.
VB express edition 2008 gave the following report when it tried to convert the sln file - it seems to have had probs with the vbproj file???:
Any suggetions gratefully recd .
[color=#0040FF]Solution: K8055_VB_NET
Filename Status Errors Warnings
D:\K8055_VM110 USB board\Demo PC soft VB_NET\K8055_VB_NET.sln Converted 0 0
Conversion Issues - D:\K8055_VM110 USB board\Demo PC soft VB_NET\K8055_VB_NET.sln:
Solution converted successfully
1 file Converted: 1
Not converted: 0 0 0
Project: K8055_VB_NET
Filename Status Errors Warnings
D:\K8055_VM110 USB board\Demo PC soft VB_NET\K8055_VB_NET.vbproj Not Converted 2 0
Conversion Issues - D:\K8055_VM110 USB board\Demo PC soft VB_NET\K8055_VB_NET.vbproj:
Project file is not writable: D:\K8055_VM110 USB board\Demo PC soft VB_NET\K8055_VB_NET.vbproj
Unable to save converted project file.
[/color]