View Single Post
  #1 (permalink)  
Old July 4th, 2003, 08:58 AM
kale_tushar kale_tushar is offline
Authorized User
 
Join Date: Jul 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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)?


Reply With Quote