Hi all,
While waiting for my step tablet to arrive in the mail. I decided to spend that time coding a small application to collect the data from my X-Rite 810 densitometer. In the end, I ended up with a software that receives the data from the serial port and reports it directly on a graph. From that graph, the paper contrast is automatically measured.
My densitometer use a pretty standard communication protocol that was standardized by Kodak, so there is a good chance that data can be received from different brands and models. However, I have no means of testing it myself.
If you are interested, I have released the software as an open source GPL software available on sourceforge: https://sourceforge.net/projects/densitoplot/
I have made ready to use binaries for Mac OS X and Windows, but the software should be able to compile without problems on Linux. If you know your way around C++ and Qt, you are welcome to add features to it.
Cheers,
Jeff
While waiting for my step tablet to arrive in the mail. I decided to spend that time coding a small application to collect the data from my X-Rite 810 densitometer. In the end, I ended up with a software that receives the data from the serial port and reports it directly on a graph. From that graph, the paper contrast is automatically measured.
My densitometer use a pretty standard communication protocol that was standardized by Kodak, so there is a good chance that data can be received from different brands and models. However, I have no means of testing it myself.
If you are interested, I have released the software as an open source GPL software available on sourceforge: https://sourceforge.net/projects/densitoplot/
I have made ready to use binaries for Mac OS X and Windows, but the software should be able to compile without problems on Linux. If you know your way around C++ and Qt, you are welcome to add features to it.
Cheers,
Jeff
Last edited by a moderator:

