If you've been using computers for more than a couple of decades, you've probably used a serial port to attach peripherals like your mouse and modem. Until the USB standard rendered them obsolete in ...
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 ...
We know, you’ve already got a USB to serial adapter. Probably several of them, in fact. But that doesn’t mean you couldn’t use one more — especially when it’s as as cleverly designed as this one from ...
[Felipe Navarro] wanted to add a few serial ports to his computer, but couldn’t find an adapter that suited his needs. So, he built his own. His Quad Serial device is a nicely designed converter that ...
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 ...
A socket that connects to a serial interface (one bit following another over one line). Serial ports are widely used by sensors for data acquisition, and they were standard on early computers for ...
Universal Serial Bus ports have increasingly become the go-to choice for connecting computer peripherals. The modular, high-speed architecture of USB allows for flexibility as well as scalability. An ...
In my last column [see LJ December 2002], we covered the serial layer in the 2.5 (hopefully soon to be 2.6) kernel tree. We mentioned in passing that a USB-to-serial driver layer in the kernel helps ...