Incorrect weight picked by an Browser text box from a digital scale when convert from serial to usb

Viewed 15

I had to write a web application to read weights from a digital scale. since digital scale doesn't support usb and the web browsers don't allow serial port details to be picked up , I used a Prolific serial to usb converter cable to make the connection with the latest driver.

But still the data is not correctly passed to the browser so i used "serial to Keyboard" open source windows software and by adjusting bit rate to 7 it worked fine. but sometimes the values showed in the browser text box are reversed . Ex :345.46 => 46.345. clearing the cache didn't solved it . anyone have any idea how to solve this ? or what's happening here ?

Baud Rate : 9600

Bits : 7

0 Answers
Related