If you ever wrote the tiniest bit of code to manage Yoctopuce modules, you know the RegisterHub function. But do you really know all of its features? As years went by, this function benefited from additional features without anyone taking care to describe them in details. So, let's see how to use this function...
No comment yet | Read more... |
Week after week, more LabVIEW users discover our sensors and ask us if we will consider creating a full LabVIEW library for our devices. For now the only option was to write your own VI to invoke our command line library, which is neither very convenient nor very efficient. Therefore, we have decided to build a better solution, and we even have something for you to try. At this stage this is only a "proof of concept", but we are waiting for your feedback and your LabVIEW experience to make the final version of this new library as good as you would like it to be!
One comment | Read more... |
The Yoctopuce API provides several ways to communicate with Yoctopuce modules: polling, value change callbacks, and periodic callbacks. We mentioned them all from time to time in this blog, but we never took time, until now, to present in details these different techniques. So let's have look :-)
6 comments | Read more... |
Almost two years ago, we showed you how to access Yoctopuce devices from Excel by creating your own Excel add-in using Excel-DNA. Today we are going to show something simpler and even better: read any Yoctopuce sensor from Excel, with instant live refresh, without even recompiling a single line of code...
4 comments | Read more... |
The best way to use our devices is to leverage our programming API, available for most programming languages. But there is also a trick to use our sensors to interface existing applications for which you don't have the source code, by emulating keyboard input. If you are building a flight simulator deck or simply try to improve an old-fashioned data entry form interface, this is worth giving a look...
No comment yet | Read more... |