Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

C commandline application to more Windows Gui Conversion

Status
Not open for further replies.

Nick18

Newbie level 4
Joined
Feb 3, 2006
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,327
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
 

Maybe you can try programming this in labview?
 

Where can I get Labview? I don't have that prog. Does anyone has a free download?
 

That is not a freeware program (check https://www.ni.com/labview)

I think you can order an evaluation version (that is working 1 month; this time will be enough to make your program work).
 

    Nick18

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top