Hello,
I have to read some data out of my measurement device.
But the problem is that I dunno how to send a request that has the same
function as a button on my device.
So how can I check which button on my device sends which code?
It is a Color Measurement devce from Konica Minolta called CL-200.
Or is there an other way to get the data out of the device up to my pc?
(But it has to be controlled by my PC not by button pressing on the device)
Loading
Sascha BPosted Mar 10, 2010, 3:55 AM
I ordered the Communication Specifications and now it's all
right.
Thanks!
Sascha BPosted Feb 26, 2010, 8:20 AM
I press a button and get some data and of course these are
the data I need.
But, I want to automatic this process. I want to controll the device with my pc and
not by pressing a button on the device.
So I want to set a timer which measures color values in a time frame.
But how can I find out what which button is sending into the device.
btw. thanks for your help. Very quick answer I like this forum!
Amit ChoudharyPosted Feb 26, 2010, 8:11 AM
Here are some articles that can help you understand the concept of communication with devices:
http://www.codeproject.com/KB/cs/serialcommunication.aspx
http://www.dreamincode.net/forums/index.php?showtopic=35775
http://www.vsj.co.uk/articles/display.asp?id=600
Please mark the answer if it helps.