Go to advanced search

by MarkSmith
Sun Sep 18, 2011 12:31 am
Forum: Other projects
Topic: R Pi to microcontroller.
Replies: 8
Views: 3955

Re: R Pi to microcontroller.

... suspect that the simplest way is to use a USB based development board.<br/> <br/> The Arduino Uno (I think versions below will lack the necessary FTDI drivers) and its standard USB COM drivers will be picked up by LINUX offering a simple serial communications to the host. While I love the Arduino’s ...
by nrdb
Fri Sep 09, 2011 6:53 pm
Forum: Other projects
Topic: Turn Raspberry Pi into a P.L.C (Programable Logic Controller) Advanced
Replies: 233
Views: 269092

Re: Turn Raspberry Pi into a P.L.C (Programable Logic Controller) Advanced

... to a PIC or AVR micro (a cheap atmega8 can do >250Kb/s), and you have a good system. For more expansion you can use a USB to serial converter, the FTDI USB to serial converter has a maximum speed of between 1Mbaud and 3Mbuad.<br/> <br/> Basically use Rpi boards for the brains, use peripheral boards ...
by DanielSilva
Thu Sep 01, 2011 9:51 pm
Forum: General discussion
Topic: Request: Serial Port
Replies: 5
Views: 1584

Re: Request: Serial Port

... <br/> It's not an RS-232 in the traditional sense. It's more akin to a debug console port that exposes TTL serial to something that a 3.3v FTDI Serial to USB adapter would provide to someone.<br/> <br/> Will it be available or is it for debug purposes only ? Cause i was planning to use ...
by Svartalf
Thu Sep 01, 2011 8:07 pm
Forum: General discussion
Topic: Request: Serial Port
Replies: 5
Views: 1584

Re: Request: Serial Port

... <br/> It's not an RS-232 in the traditional sense. It's more akin to a debug console port that exposes TTL serial to something that a 3.3v FTDI Serial to USB adapter would provide to someone.</t>
by DanielSilva
Mon Aug 29, 2011 9:50 pm
Forum: General discussion
Topic: Will it have at least 1 serial port?
Replies: 10
Views: 2733

Re: Will it have at least 1 serial port?

... 2011, 22:39<br/> If you want the former, you'll want what we've been talking about (which I do...even if it's just hooking to a pin header with FTDI's cable or a breakout board that hooks into the same). If you want what you're talking about...heh...those work right now out of box on ANY Linux ...
by Svartalf
Mon Aug 29, 2011 9:39 pm
Forum: General discussion
Topic: Will it have at least 1 serial port?
Replies: 10
Views: 2733

Re: Will it have at least 1 serial port?

... port ?<br/> <br/> If you want the former, you'll want what we've been talking about (which I do...even if it's just hooking to a pin header with FTDI's cable or a breakout board that hooks into the same). If you want what you're talking about...heh...those work right now out of box on ANY Linux ...
by Gert van Loo
Sun Aug 28, 2011 9:50 pm
Forum: General discussion
Topic: Will it have at least 1 serial port?
Replies: 10
Views: 2733

Re: Will it have at least 1 serial port?

There is a nice (but not exactly cheap) version from FTDI which has TTL on one side and USB on the other. So you can skip the RS232 converter and plug it straight in a Raspi. That is what we are using. Make sure you have the 3v3 version though.

Go to advanced search