For 64 bit, I found I needed to set:
.RtsEnable = true
.Dtsenable = true
for the serialPort
Apparently, setting the .Handshake to RequestToSend does not work.
<shrug />
Mark W.
.RtsEnable = true
.Dtsenable = true
for the serialPort
Apparently, setting the .Handshake to RequestToSend does not work.
<shrug />
Mark W.