On Sun, Dec 25, 2011 at 02:36:16AM +0100, Christof Petig wrote:
> it took me some time to figure out how to use an Olimex JTAG Tiny V2
> because, under Linux, it behaves so much differently than the previous
> version.
> 
> The new device type will easily provide a serial port via cdc_acm (USB
> communication class device) without further kernel patching
> (e.g. /dev/ttyACM0).
> 
> Unfortunately it needs different modem line settings and (probably) a
> different speed: no CTS, no DTR, 115200 baud.
> 
> The including patch will make a V2 work - at the cost of probably
> destroying V1 serial support.
> 
> Hopefully this information will save other people some grief, so …
> Merry Christmas and a Happy New Year to all

Hi Christof,

Thanks for testing and debugging this -- I'd originally only tested the
V2 via USB, and hadn't noticed that I'd broken the USB support some
time in the last few commits.

I've modified the UIF startup code so that it'll open the port with the
settings you've specified above, and added an "olimex-v1" driver in case
anyone needs to use an older device via the tty interface.

I've also fixed the USB code, so both methods should work in the latest
git version. The distinction between the "olimex" and "olimex-v1"
drivers only matters for tty access -- for USB, the product code is
checked.

Cheers,
Daniel

-- 
D.L. Beer Engineering
www.dlbeer.co.nz

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to