Velleman k linux driver and GUI sources for the Raspberry Pi – rm-hull/ k Download center. Download page for K Class Manual. Description: This manual explains the several functions of the K class. Latest Download. This software allows access to Velleman’s K card. This software Note that the command line tool, k, has a manual page that can be read by invoking.
Author: | Zolole Kigataur |
Country: | Uruguay |
Language: | English (Spanish) |
Genre: | Personal Growth |
Published (Last): | 10 May 2010 |
Pages: | 74 |
PDF File Size: | 2.23 Mb |
ePub File Size: | 17.29 Mb |
ISBN: | 990-1-93221-431-4 |
Downloads: | 21994 |
Price: | Free* [*Free Regsitration Required] |
Uploader: | Kasho |
Linux k8055 library
For my example, I am setting up my Velleman card. The provided command line program offers some options. Ownership is set to root: Analog 2 input value is 9: You can choose any name for the file as long as it ends in. This small HOW-TO will help to explain how to allow non-root access to these devices using the events generated manuql hotplug. To check use in Gentoo systems: Run lsusb and note the vender id and product id for your device.
The older version is also available at the project page if needed. Compilation Library and command line program.
Note that the Velleman’s DLL doesn’t even get this close. Note that the command line tool, khas a manual page that can be read by invoking man k This project is hosted on sourceforge.
Leave the second value, 0xbut replace the second and third values with your vender ID and product ID. You can use this program for script languages or just for controlling stuff by hand. In my case k Paste the following into the file you just created.
Downloads – Support – Velleman – Wholesaler and developer of electronics
The library is made from scratch with the same functions as described in Velleman’s DLL usermanual. This assumes you have all code in main.
Bus Device Make sure usbfs is mounted. Measurement done msec after program start The klibrary with cmd-line tool and a man page.
So I created the file k Now we are going to create the program that correctly fixes the permissions. Remember to create the file with the name you used as the first word in your. Change these as required for your needs. The library is now also available in pythonthanks to Pjetur G. Counter ,anual value is 9 8: All these steps are run as root.
This manhal was developed to replace all other half-complete softwares for the k board under Linux. The command line tool is developed from Julien Etelain and Edward Nys code. If you have another Linux distribution than Gentoo the localmount might not be in the described paths.
Links How to grant access to users for the k in Ubuntu 9. Another reason was to make it simple to use by writing a library for the k, libk In my example, I am going to add user sven to group k Here is a sample output of my device in this exampleCode: Both owner and group members have read-write access.