To communicate with a device connected via universal serial bus (USB), a computer needs the driver, not just for the device itself, but also for the USB controller. Microsoft Windows uses USB ...
In Part I of this article, I briefly mentioned the generic USB driver in the context of getting a USB device to communicate through it easily, with no custom kernel programming. Unfortunately, I ...
The primary method here is to visit the FTDI website and search & download the drivers you’re looking for. Here’s how that can be done: Open your web browser and visit the FTDI driver download center ...
Now that we listen to MP3s, and watch XVIDs or x264s, a computer is the entertainment center in at least one room of most homes. Unless you have a special HTPC, though, you’re probably stuck using the ...
Some software and specialty hardware requires you to use a traditional serial port. Serial ports have been around for decades and work by transferring one bit of data at a time at a relatively slow ...
Over the last two weeks I published an article reference the USB to serial converter see Project Usb to serial converter http://edn.com/project/mark_harrington/usb-to ...
In my line of work I use serial on a near daily basis. Currently, I have 3 different USB>Serial cables; an IO Gear GUC232A, a Cables to Go (Prolific PL2302 chipset) and a older Radio Shack cable (with ...
We still have lots of things that have serial interfaces on them, switches, mangement modules, etc. But we're all out of things that have serial ports. Even the servers who's management modules have a ...
In the last two installments of Driving Me Nuts [LJ August 2002 and October 2002], we covered the tty layer, explaining how to create a minimal tty driver. We also explained some of the various ioctls ...