We have a USB scale that sends very simple binary data for the weight of whatever is on it.
We want to auto-populate this data on a web form. Some work will be required on translating the bytes into a decimal number.
What programming language would be the easiest to implement this with? We will want a client based solution that is compatible with many browsers preferably.
We are pretty flexible with technology to use. I was thinking a java applet might be simplest? Anyone tried something like that before?
Thanks, Gareth