DB9 Form Factor USB-RS232 Replacement

If you’re attached to that favorite DB-9 interfaced device you should look into this part. FTDI is selling a USB-RS232 adapter as a replacement for DB-9 connectors. They come with USB male or female connections depending on the application and have the same serial footprint and pinout to which you’re accustomed. Using converter cables is just fine but this simplicity requires a few minutes of desoldering, rather than redesigning, etching, and populating a board in order to give that older design built-in USB connectivity.

[Thanks Juan]

Didj Hacking: DJHI 2.8 Preorder

The DJHI 2.8 is now available for preorder. The DHJI acts as an alternative serial connection in order to protect the Didj from the 12V signals it would be exposed to with a direct serial connection to your PC. It also adds in a microSD card slot and makes the connection process as simple as plugging it into the cartridge slot.

[The Moogle], who was the winner of our second Barcode Challenge, also tipped us off about his hack that upgrades the Didj to 64 Mb of RAM.

Mind Control Via Serial Port

brain-control-via-serial-port

[Zibri] found a very simple method for using brain waves as a controller via a DB9 serial port. He’s using Uncle Milton’s Force Trainer which we saw yesterday in the brain controlled Arduino. In that project the Arduino tapped into the LEDs and interfaced those signals with a computer via USB. This time the connection was made using an RS-232 transceiver to pass data from the programming header inside of the toy’s base unit to a computer over the serial port. Tapping into the programming header has a lot more potential and should be more reliable than sniffing logic out of LED connections. [Zibri] has written an application to display the received data but it doesn’t look like he’s made the code available for download.

Apparently he tipped us off about a week ago. We recall seeing this submission but as you can tell it’s a little bit light on the detail. So if you want your tips to be at the front of the line, make sure you do what you can to fill us in on all the details of your project. At our request [Zibri] provided a picture of the PCB from the Force Trainer’s base unit. See it after the break. Continue reading “Mind Control Via Serial Port”

Introduction To FTDI Bitbang Mode

It was an interface that launched a thousand hacks. Near trivial to program, enough I/O lines for useful work, and sufficiently fast for a multitude of applications: homebrew logic analyzers, chip programmers, LCD interfaces and LED light shows, to name a few.

Today the parallel printer port is on the brink of extinction (and good riddance, some would say). Largely rendered obsolete by USB, few (if any) new peripherals even include a parallel connector, and today’s shrinking computers — nettops, netbooks, media center PCs — wouldn’t have space for it anyway. That’s great for tidy desks, but not so good if you enjoyed the dirt-cheap hacks that the legacy parallel port made possible.

Fear not, for there’s a viable USB alternative that can resurrect many of these classic hacks! And if you’ve done much work with Arduino, there’s a good chance it’s already lurking in your parts drawer.

Continue reading “Introduction To FTDI Bitbang Mode”