Ticom SE wrote:
Would it be possible to link the parallel device /dev/lp0?? to the USB
device /dev/usb?? and then use an adapter like these:
http://www.google.com/search?q=usb+to+parallel
Tks.
No it wouldn't. Those devices do not mimic the normal parallel port. The
only provide a printer port. Even if you try developing a custom driver
for those gadgets, the latency is so great the results are too slow to
be usable. We've went through this a long time ago. A USB JTAG tool
needs to have the intelligence to do the fast interaction with the
target on its own. That's what the TI USB FET tool, and every other USB
development interface too, does.
Steve
On 4/29/06, *Steve Underwood* <ste...@coppic
e.org <http://e.org>> wrote:
Peter Laurich wrote:
> Hi,
>
> I have just started using the MSP430 tools on Linux. So far
everything
> has gone extremely well including integration in Eclipse and
debugging
> using the parallel port jtag interface (thanks). My challenge
now is
> to move my development tool chain to a PC that does not have a
> parallel port. Based on what I can see in the mail archives,
there is
> no support for the USB jtag interface for the MSP430 on Linux. Is
> there any work being done to add this support and, if so, is there a
> target date for when it will be available?
There is waork in progress, but no target date.
Steve