IDS camera added
This commit is contained in:
@@ -10,7 +10,6 @@ public class IOCommander : IIOCommander
|
||||
SerialPort _port;
|
||||
public IOCommander(string COMPort)
|
||||
{
|
||||
|
||||
_port = new SerialPort(COMPort);
|
||||
_port.BaudRate = 57600;
|
||||
_port.ReadTimeout = 100;
|
||||
|
||||
Reference in New Issue
Block a user