Skip Menu |

This queue is for tickets about the Device-Velleman-K8055 CPAN distribution.

Report information
The Basics
Id: 78850
Status: new
Priority: 0/
Queue: Device-Velleman-K8055

People
Owner: Nobody in particular
Requestors: laurent.blind68 [...] laposte.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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