I am working on a project with an Arduino board (this uses FTDI drivers - from: http://www.ftdichip.com/FTDrivers.htm). I would like to build a program that installs the board drivers but put them in a separate Device Manager Class (e.g. My device - not in Ports (COM & LPT)) and the device should have a name (e.g. Measurement Device V1.0 - not USB Serial Port(COM4)). I would like the OS to alert me when I plug-in the device with a simple tool tip or a small window on the lower right corner.
I do not really know where to start...:(
Any suggestions? A point where to start or to find some information about this?
Some tutorials or examples?