Quote: Originally Posted by pippolippi
Of course you can, I do it all the time.
In windows you set the correct flags in DCB in a call to SetCommState, with synaser you call the config method passing false as hardflow (and softflow too, but that's another matter).
Windows api for writing the control lines is EscapeCommFunction and GetCommModemStatus for reading, synaser has the properties RTS and DTR (write only) and CTS,DSR (read only).
Cool. I never tried that. I'm asking because I'd like to switch my relays from CDC to PC only when the PC is booted and ready to fake the changer ;-)