|
by Guido Socher (homepage) About the author: Guido likes Linux because it is a really good system to develop your own hardware. |
A digital DC power supply -- part 3: command control from the PCAbstract:
This is the third part in the series about the digital power
supply. You might want to read the first part and also the second part. |
I2C commands for the DC power supply: ===================================== # set Imax to 0.20A: i2ctalk i=20 # get current I value: i2ctalk i # store current settings i2ctalk s # set Umax to 2.1V: i2ctalk u=21 # get current voltage value: i2ctalk uYou can enhance the program and build a fancy graphical application if you want. I have just tired to keep it as simple as possible to make it easy to understand.
Webpages maintained by the LinuxFocus Editor team
© Guido Socher "some rights reserved" see linuxfocus.org/license/ http://www.LinuxFocus.org |
Translation information:
|
2005-09-30, generated by lfparser_pdf version 2.51