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 ...
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 ...
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 ...
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 ...
[Johan von Konow] found that he was using an FTDI USB-to-Serial chip in a lot of his projects and wanted to have an easy prototyping component on hand to facilitate this. What he came up with is the ...
What's a good brand to go with? I know there are some that are queer and use special drivers - i'm looking for something that I can just plug in and it will show up to XP like any other COM port, so I ...
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 ...
If you’re using an AVR microcontroller and you’d like to add USB to a project, there are a lot of options out there for you. Both LUFA and V-USB add some USB functionality to just about every AVR ...
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 ...