On Tue, Oct 23, 2012 at 3:34 AM, Åke Rehnman <ake.rehn...@gmail.com> wrote:
> I guess It's just a matter of connecting txd, rxd, rts and cts lines to tck,
> tdi, tdo and tms respectively. There's no actual need to "configure" since
> urjtag is taking care of putting the chip into bitbang mode.
>
> /Ake
>
> -----Original Message-----
> From: Gregg Levine [mailto:gregg.drw...@gmail.com]
> Sent: den 22 oktober 2012 02:58
> To: urjtag-development@lists.sourceforge.net
> Subject: Re: [UrJTAG-dev] FT232R driver
>
> On Sun, Oct 21, 2012 at 7:09 PM, Åke Rehnman <ake.rehn...@gmail.com> wrote:
>> The FT232R is abundantly available in all kinds of dongles and boards.
>> There's also numerous cables available from FTDI with the FT232R chip.
>>
>> http://www.ftdichip.com/Products/Cables/USBTTLSerial.htm
>>
>> /Ake
>>
>> -----Original Message-----
>> From: zoo...@gmail.com [mailto:zoo...@gmail.com] On Behalf Of Benjamin
>> Henrion
>> Sent: den 22 oktober 2012 00:54
>> To: Åke Rehnman
>> Cc: urjtag-development@lists.sourceforge.net
>> Subject: Re: [UrJTAG-dev] FT232R driver
>>
>> On Mon, Oct 22, 2012 at 12:42 AM, Åke Rehnman <ake.rehn...@gmail.com>
> wrote:
>>> So, here's the final FT232R for both ftd2xx and ftdi low level drivers.
>>
>> The FT232R is used on the Arduino Duemilanove, where you can solder 4
>> pins to have access to the GPIOs of the chip:
>>
>>
> http://smileymicros.com/blog/2011/06/10/serial-communications-part-3-arduino
>> -volt-meter-and-ft232r/
>>
>> I also made a special USB cable in order to make the FTDI chip and the
>> Atmega run in 3.3v:
>>
>> http://www.zoobab.com/arduino-duemilanove-in-3-3v
>>
>> --
>> Benjamin Henrion <bhenrion at ffii.org>
>> FFII Brussels - +32-484-566109 - +32-2-3500762
>
> Hello!
> For a project I am currently working my way through I finally have a
> need for traversing the chains associated with the parts of JTAG that
> were originally conceived for the self-test functions. That being said
> I see that work is being delivered with regards to using the ordinary
> FT232R device in bit-bang mode for that illustrious purpose. I have
> two here as breakout boards from Sparkfun. Any suggestions for
> configuring either of them for this method? I plan on doing so via
> Linux.
>
> I had originally thought of visiting the methods suggested by
> configuring an ordinary Arduino to do the job, then I discovered that
> the program that talked to the device running the appropriate sketch
> was oriented towards sorting out the odd broken router.
> -----
> Gregg C Levine gregg.drw...@gmail.com
> "This signature fought the Time Wars, time and again."
>
> ----------------------------------------------------------------------------
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> UrJTAG-development mailing list
> UrJTAG-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/urjtag-development
>

Hello!
Let see if I understand you correctly:
 "txd, rxd, rts and cts lines to tck, tdi, tdo and tms" which is
TXD goes to TDI
RXD goes to TDO
TCK goes to RTS
TMS goes to CTS

Which is interesting because I came across this page while waiting for
your response:
http://openschemes.com/2011/10/25/bit-bang-jtag-programming-of-xilinx-cpld-using-ft232-homebrew-svf-player/6/

That site discusses largely one or more of the ideas behind our
program. And the picture shown comes largely close to your
presentation.
-----
Gregg C Levine gregg.drw...@gmail.com
"This signature fought the Time Wars, time and again."

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
UrJTAG-development mailing list
UrJTAG-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to