I am contemplating creating a web application that will take the reading of scale (i.e. weight measurements) and insert them to a form field. I would like to make this as fluid a process as possible for a user. Suppose the scale is connected to the computer via a serial port so that the computer can communicate with the scale.
Any ideas on a good setup to achieve this? With a minimal number of clicks by the user? Ideally using a JavaScript ASP.NET setup.