-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serial Port H/W Issue #199
Comments
I don't understand what "The value of the scale is well over" and "The value of the scale does not exceed" mean. This sounds like an issue with the data returned by the scale, which is out of scope for this issue tracker. If you believe the scale is returning the correct data but Chrome is passing it to your application incorrectly please file an issue at crbug.com. |
I'm sorry. There's an error because I wrote it using a translator. Data comes in port.readable.getReader(). |
Are you using the RS-232 interface or the USB interface? When the hardware is powered off and powered back on a USB interface will disconnect and you will need to call |
I'm using the RS-232C interface. I'm transferring data from scale to COM 2, and when I connect to COM 2 through navigator.serial.requestPort(), I was able to receive the data. |
There may be an error when the scale is powered off or turned back on which would require you to call |
HW Environment
Equipment: kiosks
OS: Window 7 Pro
Web Browser : Chrome
Scale: AND GF-4000 Series
Serial port communication in progress
( 9 Pin Serial Port - 25 Pin Serial Port )
I have encountered this problem and am asking for your help. I really want to solve this problem. Please!
The text was updated successfully, but these errors were encountered: