.net - How to increase a speed of receive data from serial port? -


weight scale machine(fc-5000i model) connected vb application via serial port (com1) , baudrate=9600.

weight scale machine send set of data. each set includes there commands :

  1. uw,+0.000000 g
  2. qt,+00000000 pc
  3. st,+000.1064 kg

but need display weight value in vb , use serialport.datareceived event handling data serial port. each round use 0.5 second receive 1 command.

  1. received first command - not show anything
  2. received second command -not show anything
  3. received third command - show weight in kg .

so vb project display weight delay 1 second.

user not permit config weight scale machine.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -