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 ...
We may receive a commission on purchases made from links. As technology has advanced, the types of ports on computers have also changed for the better. However, that doesn't mean devices with older ...
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 ...
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 ...
The folks at Openschemes.com have written up an article on how to convert a USB serial port adapter to a low voltage serial interface for interfacing with microcontrollers. Though you can always just ...
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 ...
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 ...
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 ...
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 ...