User Ratings
Rate This Project
Login To Rate This Project
User Reviews
-
Like the way data saved in struct data.
-
Works fine after fixing the bug xnevs described: you have to add cfg->num_data_rec = 0; to the function build_config. I also changed cfg->start=start; to cfg->start = 0x01; cause it was set to 0x02 for some reason and this did not allow me to start measuring.
-
Hi, I just wanted to let you know of a little bug in your code that I discovered. The application did not work on my system, in fact when I ran "vdl120 -c ..." my voltcraft data logger stopped working and I had to reconfigure it with the original windows application. I discovered that cfg->num_data_rec was being set to a random number. After I added "cfg->num_data_rec = 0;" to the function build_config everything was OK.
-
Shame on Conrad no support for W7. But now I found a better solution here! But I see updates mentioned. Where are they? My problem is that saving ("-s") gives me a segmentation fault (core dumped). This is on a Ubuntu 13.04 system. I'm running as root (sudo -s) in a sub directory in my homedirectory. Thanks for this little program anyway! Egbert Jan, NL
-
Thanks for updates ;)
-
With the patches mentioned, the code works quite well. There is a fork out there of this project on gitlab.
- Previous
- You're on page 1
- Next