Read Weight from a Serial Mettler Toledo Digital Scale
问题 I am trying to read weight from digital scale in c# app, found this question this is exactly what I am trying to do but for me below function never runs. private void port_DataReceived(object sender, SerialDataReceivedEventArgs e) { this.Invoke(new EventHandler(DoUpdate)); } I have checked the scale in device manager, its location is set to Port_#0004.Hub_#0003 and appear to be working fine I was not sure about port number of the scale so I did var test = SerialPort.GetPortNames(); and only