[img]https://i.sstatic.net /ACE6y.png[/img]
Команда для подключения следующая:
Код: Выделить всё
_serialPort = new SerialPort(portName, baudRate, parity, dataBits, stopBits);
_serialPort.Open();
Код: Выделить всё
"a device attached to the system is not functioning"
Кто-нибудь использовал тот же кабель и успешно подключил его к C# после обновления водитель?
Подробнее здесь: https://stackoverflow.com/questions/761 ... applicatio