Hello
For the past few months i have been making a testing kit for one of the products at our company which requires the programming of a micro-controller. The actual tester itself is working correctly, but my problem is interfacing with a set of values from a database in order to correctly set the tester.
This is what id like to do.
Read a value, say "resistance"
send the value to the tester
the using the value that returns from the tester match it up with a second set of data, say "current"
if the current matches move on to the next resistance.
The core program for sending and receiving values fro the controller is working but requires the user to input the "resistance" value then manually read the current value.
I was wondering what was the best way to achieve this.
The core program is written in C#
should i write something in VB inside the access database and have it send it to the C# program. If so ow would i send the value from the VB script to the C# program and visa versa
Thanks
Adam