0
The FTDI driver scandal is in the news, so I thought I'd write up some background, and show what a big deal this is.
Devices are connected to your computer using a
serial port. Such devices include keyboards, mice, flash drives, printers, your iPhone, and so on. The original serial port standard called
RS232 was created in 1962. It got faster over the years (75-bps to 115-kbps), but ultimately, the technology became obsolete.
In 1998, the RS232 standards was replaced by the new
USB standard. Not only is USB faster (a million times so), it's more complex and smarter. The initials stand for "
Universal Serial Bus", and it truly is universal. Not only does your laptop have USB ports on the outside for connecting to things like flash drives, it interconnects much of the things on the inside of your computer, such as your keyboard, Bluetooth, SD card reader, and camera.
What FTDI sells is a chip that converts between the old RS232 and the new USB. It allows old devices to be connected to modern computers. Even new devices come with RS232 instead of USB simply because it's simple and reliable.
The FTDI chip is a simple
Continue reading