For uploading to “home made Arduinos” or other boards not equipped with an USB/TTL-serial converter chip like the Boarduino, there’s a few adapters out there. One of which is the standard FTDI USB/TTL-serial cable, which costs 20$ in the USA and more than 20€ in Europe (that’s the usual rip-off, as 20$ ~ 14€). Sparkfun [...]
robert Arduino., Electronics. adapter, FTDI, moderndevice, USB
Before you start, make sure you have the perl module Device::SerialPort installed ! On Debian based systems, you can easily do that by typing:
1
sudo apt-get install libdevice-serialport-perl
If it doesn’t work or you’re on a different flavour of linux, you can still use CPAN to pull in that module:
1
2
3
sudo perl -MCPAN -e shell
install Device::SerialPort
exit
You may have [...]
robert Arduino., Electronics. auto reset, DTR, FTDI, hack, RTS
Recent Comments