[quote=“bld”][quote=“bee”]i suppose i might just use the k8055 as a paperweight i suppose
its like pushing a rock up the hill
i’m asking for very little
who knows, they might even sell more of these things
should start looking into arduino i suppose[/quote]
Okay, I have been looking at you complaining about this for some weeks now, and others have been trying to tell you, in a nice way that theres nothing wrong with the way Velleman provides support. Actually they provide more support than most other. The problem is yourself.
Velleman provides a DLL with the functions needed so you can start communicating with the K8055, and documentation on what the different functions inside works.
When you buy a new car, you can read in the manual how to put the key in, how to lock the doors, and so on. But its not their job to actually learn you how to drive.
Same thing here, they provide the info for you to get going, but you need to actually be able to program something before you can use it.
I went through exactly the same while i was learning c# and i am still learning. I only used the demo programs, looked in the source, then closed it again because i didnt understand much of it. Then started with the basic functions, slowly adding more and more to it.
But the bottom line is, that nothing is wrong here, it is you choosing a fuel not supported by the creator of your car, and then expecting them to teach you how to make it run on it.
They could just point you to their download page, where there are some files you can download and look at, which many actually does, but instead Velleman is trying to help you, if they can, if you made something that isnt working as planned.[/quote]
^+1, well said…
[soapbox]
BTW and FWIW–this pretty much sums up my opinion of C++, it’s a bit longer than I would write, but it says it all.
I have had to pick up the pieces and/or takeover maintenance of C++ apps more than a few times in my career–one of the most time-consuming tasks there can be, especially is custom or non-standard poorly documented libraries have been incorporated.
[/soapbox]