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 ...
FTDI-gate wasn’t great for anybody, and now with hardware hobbyists and technological tinkerers moving away from the most popular USB to serial adapter, some other chip has to fill the void. The ...
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 ...
MicroPython is a wonderful Python interpreter that runs on many higher-end microcontrollers, from ESP8266 to STM32 to the RP2040. MicroPython lets you build devices quickly, and its latest release, ...
I have a Palm, and I use it with a laptop that has no serial port. Now, I use the IR port to sync the data, but it is giving me all sorts of headaches lately. The craddle I have only has a serial ...
Remember the tangled mess of cords for your old computer? In the early 90s, connecting devices was a headache. That changed ...
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 ...