At our lab we use several scales for weighing material. These scales have cables that can be connected to the computer's com port. They use standard RS-232 cables. They transmit in standard ASCII.
We want to capture the weight electronically rather than having to input the data manually.
Is there a way I can put that data into an <input> element on my HTML page?
We want to capture the weight electronically rather than having to input the data manually.
Is there a way I can put that data into an <input> element on my HTML page?
Comment