does anyone know how i can watch usb (serial ports) for new activity (ie a device being plugged in or unplugged from port)
Printable View
does anyone know how i can watch usb (serial ports) for new activity (ie a device being plugged in or unplugged from port)
you can monitor the count of serial devices
IO.Ports.SerialPort.GetPortNames().Count
thanks for your reply. what event would fire this?
none that i am aware of. you could use a timer and check it there.