operate electrical circuit using c program
I have connected a transistor circuit to my parallel port.I want to operate on it.
Basically i will set voltage and current from outside source and will take the values of voltage and current as input from parallel port(I have done everything regarding the hardware part and have difficulty in c programming)and using that values i want to plot the curves(current vs voltage).
How can i do that using c program?(taking the input from parallel port and plotting the curves)?
|