Open smirkcat opened 7 years ago
hello:
THROW (IOException, "Error getting the serial port state."); I think that should be replaced by return like this
if (!GetCommState(fd_, &dcbSerialParams)) { return; }
this idea form putty
in winser.c the line of 101
Otherwise it can not work
the port like this \\.\pipe\com_1 ,the vmware created
hello:
THROW (IOException, "Error getting the serial port state."); I think that should be replaced by return like this
if (!GetCommState(fd_, &dcbSerialParams)) { return; }
this idea form putty
in winser.c the line of 101
Otherwise it can not work
the port like this \\.\pipe\com_1 ,the vmware created