You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Olá, o projeto apresenta um problema ao conectar a porta.
em System.IO.Ports.SerialStream.set_DtrEnable(Boolean value)
em System.IO.Ports.SerialStream..ctor(String portName, Int32 baudRate, Parity parity, Int32 dataBits, StopBits stopBits, Int32 readTimeout, Int32 writeTimeout, Handshake handshake, Boolean dtrEnable, Boolean rtsEnable, Boolean discardNull, Byte parityReplace)
em System.IO.Ports.SerialPort.Open()
em OpenAC.Net.Devices.OpenSerialStream.OpenInternal()
em OpenAC.Net.Devices.OpenDeviceStream.Open()
em OpenAC.Net.Balanca.OpenBal.Conectar() em /_/src/OpenAC.Net.Balanca/OpenBal.cs:linha 111
em OpenAC.Net.Balanca.Demo.Form1.btnConectar_Click(Object sender, EventArgs e) em D:\Balanca\OpenAC.Net.Balanca\src\OpenAC.Net.Balanca.Demo\Form1.cs:linha 48
em System.Windows.Forms.Control.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
em System.Windows.Forms.Control.WndProc(Message& m)
em System.Windows.Forms.ButtonBase.WndProc(Message& m)
em System.Windows.Forms.Button.WndProc(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
The text was updated successfully, but these errors were encountered:
Aqui apresentou o erro abaixo ao tentar abrir a conexão na porta serial.
System.IO.IOException: 'Um dispositivo conectado ao sistema não está funcionando.'
Teria alguma configuração ou algum drive? Utilizo a balança UPX EA 32.
Olá, o projeto apresenta um problema ao conectar a porta.
em System.IO.Ports.SerialStream.set_DtrEnable(Boolean value)
em System.IO.Ports.SerialStream..ctor(String portName, Int32 baudRate, Parity parity, Int32 dataBits, StopBits stopBits, Int32 readTimeout, Int32 writeTimeout, Handshake handshake, Boolean dtrEnable, Boolean rtsEnable, Boolean discardNull, Byte parityReplace)
em System.IO.Ports.SerialPort.Open()
em OpenAC.Net.Devices.OpenSerialStream.OpenInternal()
em OpenAC.Net.Devices.OpenDeviceStream.Open()
em OpenAC.Net.Balanca.OpenBal.Conectar() em /_/src/OpenAC.Net.Balanca/OpenBal.cs:linha 111
em OpenAC.Net.Balanca.Demo.Form1.btnConectar_Click(Object sender, EventArgs e) em D:\Balanca\OpenAC.Net.Balanca\src\OpenAC.Net.Balanca.Demo\Form1.cs:linha 48
em System.Windows.Forms.Control.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
em System.Windows.Forms.Control.WndProc(Message& m)
em System.Windows.Forms.ButtonBase.WndProc(Message& m)
em System.Windows.Forms.Button.WndProc(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
The text was updated successfully, but these errors were encountered: