by JonHylands » Tue Oct 16, 2007 1:38 pm
by JonHylands
Tue Oct 16, 2007 1:38 pm
Its just the linux driver for the FT232 - that's how it works. It creates a device called ttyUSB0, which you can access just like any of the other serial ports, except you can open it a 1.0 mbps.
To talk to the DX-117 (or the RX-series), you need the FT232 chip, plus an RS-485 chip (I just picked up a couple MAX1487 chips from Digikey for this). The FT232 data sheet has a nice schematic showing how to hook it up.
Once you get that, let me know, and I'll point you at the FT232 drivers for the gumstix. Are you set up to compile stuff like this on the gumstix? My brother takes care of that for me, so I just end up copying the binaries over, but depending on what buildroot you are using you need to recompile stuff.
- Jon
Its just the linux driver for the FT232 - that's how it works. It creates a device called ttyUSB0, which you can access just like any of the other serial ports, except you can open it a 1.0 mbps.
To talk to the DX-117 (or the RX-series), you need the FT232 chip, plus an RS-485 chip (I just picked up a couple MAX1487 chips from Digikey for this). The FT232 data sheet has a nice schematic showing how to hook it up.
Once you get that, let me know, and I'll point you at the FT232 drivers for the gumstix. Are you set up to compile stuff like this on the gumstix? My brother takes care of that for me, so I just end up copying the binaries over, but depending on what buildroot you are using you need to recompile stuff.
- Jon