Nick18
Newbie level 4
Could someone help me with this. I want to port this (http://www.tuxgraphics.org/electronics/200509/article389.shtml)
software for i2c communication which works under commandline to a more visual windows gui. But I don't know how and in which programming language.
It must be a i2c communication program to control an digital powersupply. With buttons to control the voltage and current and store the settings. The microcontroller needs these commands:
I=10[null] sets 100 milliamps
I[null] read current
U=1230[null] sets 12.3 volt
U[null] read voltage
S[null] write the settings to EEPROM
all strings are null terminated
These are the original commands for the commandline program could anyone port this to vb.net or something like that to make a GUI?? Or has anyone some tips for me?
Thanks in advance,
Nico van Leeuwen
The Netherlands
In attachment is also the c code and the app
software for i2c communication which works under commandline to a more visual windows gui. But I don't know how and in which programming language.
It must be a i2c communication program to control an digital powersupply. With buttons to control the voltage and current and store the settings. The microcontroller needs these commands:
I=10[null] sets 100 milliamps
I[null] read current
U=1230[null] sets 12.3 volt
U[null] read voltage
S[null] write the settings to EEPROM
all strings are null terminated
These are the original commands for the commandline program could anyone port this to vb.net or something like that to make a GUI?? Or has anyone some tips for me?
Thanks in advance,
Nico van Leeuwen
The Netherlands
In attachment is also the c code and the app