Subject: | cleardigitalchannel & setdigitalchannel |
Date: | Wed, 8 Aug 2012 21:26:57 -0000 |
To: | <bug-device-velleman-k8055 [...] rt.cpan.org> |
From: | "Laurent Blind" <laurent.blind68 [...] laposte.net> |
Hi everyone,
I've written a win32 console application to make command line management of
the k8055 kit.
For example : "k8055CL.exe -s 1,3,5" in a "cmd.exe"-window would set
channels 1,3 and 5 of digital outputs.
So I would expect that 2 consecutive calls like "k8055CL.exe -s 1" and than
"k8055CL.exe -s 2" would set channels 1 and 2 of digital outputs,
but it seems that the second call starts with clearing all channels first
and than only set channel 2.
Can you please give me an explanation ?
Thanks
Laurent