I’m new to the K8055 USB experimental board and trying to use Visual Basic to try the different commands. The one I’m having trouble with is OUTPUTALLANALOG. Can anyone give me a section of sample code so I can see what I’m doing wrong. The board works fine but visual basic doesn’t like the way I’ve typed the command in ie. OutputAllAnalog(127,255);
Appreciate your help, thanking you in advance.
What version of Visual Basic are you using?
If VB 6.0 then you should type:
OutputAllAnalog 127, 255
(No parentheses and no semicolon.)
Many thanks. It is VB 6.0 so I’ll try that tonight and see what happens.