[En-Nut-Discussion] En-Nut-Discussion Digest, Vol 91, Issue 27

William Basser wbasser at gmail.com
Mon May 30 15:02:12 CEST 2011


Ulrich,

I would be interested in porting it.  I have given some consideration to the
work already.

Bill

On Mon, May 30, 2011 at 6:00 AM, <en-nut-discussion-request at egnite.de>wrote:

> Send En-Nut-Discussion mailing list submissions to
>        en-nut-discussion at egnite.de
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.egnite.de/mailman/listinfo/en-nut-discussion
> or, via email, send a message with subject or body 'help' to
>        en-nut-discussion-request at egnite.de
>
> You can reach the person managing the list at
>        en-nut-discussion-owner at egnite.de
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of En-Nut-Discussion digest..."
>
>
> Today's Topics:
>
>   1. USB SAM-BA CDC Driver (Kirsty Mackenzie)
>   2. Uxml self closing tag (Stefan Profanter)
>   3. Re: AT91SAM7X USB (Ulrich Prinz)
>   4. Re: USB SAM-BA CDC Driver (Ulrich Prinz)
>   5. GPIO Powersupply (Landsperger, Werner)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 29 May 2011 11:59:47 +0100 (BST)
> From: Kirsty Mackenzie <kirstymac3 at tiscali.co.uk>
> Subject: [En-Nut-Discussion] USB SAM-BA CDC Driver
> To: <en-nut-discussion at egnite.de>
> Message-ID:
>        <4823809.1728661306666787526.JavaMail.defaultUser at defaultHost>
> Content-Type: text/plain; charset=UTF-8
>
> Bill,
> I found that the SAM-BA CDC driver always failed with my EIR board
> (AT91SAM7SE). I use the original version of SAM-BA under both Windows Vista
> and 7.
>
> As the installer for SAM-BA does not allow the normal version to be
> installed on Vista / 7, you have to right click the _installer_ to bring up
> properties and then navigate to the compatibility tab. On this tab, select
> "Run this program in compatibility mode for:" and select XP SP3. Click ok
> and double click the icon to start the program.
>
> The installer is tricked by these settings into thinking that you are
> running XP and installs both CDC and non-CDC versions of SAM-BA. You can
> then use the USB/ARM0 driver with your board.
>
> I'm not sure, but I think that the CDC software is from Atmel, not Egnite.
>
> Best regards
>
> Gregor Mackenzie
>
>
>
> ----Original Message----
> From: en-nut-discussion-request at egnite.de
> Date: 29/05/2011 11:00
> To: <en-nut-discussion at egnite.de>
> Subj: En-Nut-Discussion Digest, Vol 91, Issue 26
>
> Send En-Nut-Discussion mailing list submissions to
> en-nut-discussion at egnite.de
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.egnite.de/mailman/listinfo/en-nut-discussion
> or, via email, send a message with subject or body 'help' to
> en-nut-discussion-request at egnite.de
>
> You can reach the person managing the list at
> en-nut-discussion-owner at egnite.de
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of En-Nut-Discussion digest..."
>
>
> Today's Topics:
>
>   1. AT91SAM7X USB (William Basser)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 28 May 2011 19:47:30 -0400
> From: William Basser <wbasser at gmail.com>
> Subject: [En-Nut-Discussion] AT91SAM7X USB
> To: en-nut-discussion at egnite.de
> Message-ID: <BANLkTi=hWhC-Ssb5PCK+tV6LQYZVUQCJ2Q at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> I know I had read some time ago about a USB CDC function incorporated into
> Ethernut,  Is that complete or does it still need to be done?
>
> Bill
>
>
> ------------------------------
>
> _______________________________________________
> http://lists.egnite.de/mailman/listinfo/en-nut-discussion
>
>
> End of En-Nut-Discussion Digest, Vol 91, Issue 26
> *************************************************
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 29 May 2011 18:04:48 +0200
> From: Stefan Profanter <enut at s.profanter.me>
> Subject: [En-Nut-Discussion] Uxml self closing tag
> To: <en-nut-discussion at egnite.de>
> Message-ID: <000901cc1e1a$22b768d0$68263a70$@s.profanter.me>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi!
>
> I ran over the problem that I have a XML file with self closing tags like:
>
> <InputConnectors />
> or
> <OutputConnectors>
>
> <OutputConnector Negated="false" Id="25" ConnectedWith="0" />
>
> </OutputConnectors>
>
>
>
> The XML-Parser of NutOS didn't parse the xml correctly. In the uxmlstream.c
> file is written:
>
> * \todo Empty element tags with a slash in front of the closing angle
>
> *       bracket are not yet supported
>
>
>
> I have now implemented and tested this feature so that self closing tags
> are
> supported. I used the most recent code from NutOS 4.9.
>
> You can view my changes at: http://www.profanter.me/uxmlstream.htm
>
> Can you review my code changes and add it to the current code of NutOS?
>
>
>
> Thanks
>
> Stefan
>
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 30 May 2011 02:38:42 +0200
> From: Ulrich Prinz <uprinz2 at netscape.net>
> Subject: Re: [En-Nut-Discussion] AT91SAM7X USB
> To: "Ethernut User Chat (English)" <en-nut-discussion at egnite.de>
> Message-ID: <4DE2E712.5010703 at netscape.net <4DE2E712.5010703 at netscape.net>
> >
> Content-Type: text/plain; charset=ISO-8859-1
>
> Unfortunately... yes
>
> Still open work. Me and others talked about that several times.
>
> Are you interested in porting it? Or do you need a working thing?
>
> Ulrich
>
> Am 29.05.2011 01:47, schrieb William Basser:
> > I know I had read some time ago about a USB CDC function incorporated
> into
> > Ethernut,  Is that complete or does it still need to be done?
> >
> > Bill
> > _______________________________________________
> > http://lists.egnite.de/mailman/listinfo/en-nut-discussion
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 30 May 2011 02:46:30 +0200
> From: Ulrich Prinz <uprinz2 at netscape.net>
> Subject: Re: [En-Nut-Discussion] USB SAM-BA CDC Driver
> To: "Ethernut User Chat (English)" <en-nut-discussion at egnite.de>
> Message-ID: <4DE2E8E6.6020108 at netscape.net>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi!
>
> The flash loader software is from ATMEL. The CDC profile is a simple
> UART profile that treats a USB device as a local serial port. The CDC
> profile is specified in the USB protocol by the USB members.
> Any normal PC OS brings such a driver but with Vista Microsoft simply
> forgot to add it. There was a service pack to Vista that adds it in.
>
> With Windows 7 there where again troubles... I never left Windows XP and
> will switch to Linux completely with my next PC. But colleagues are
> having troubles by using USB tools that worked fine under XP.
>
> If there is a CDC driver added with the Samba tool is may be added by
> Atmel for you convenience but I doubt it is a special one.
>
> Ulrich
>
> Am 29.05.2011 12:59, schrieb Kirsty Mackenzie:
> > Bill, I found that the SAM-BA CDC driver always failed with my EIR
> > board (AT91SAM7SE). I use the original version of SAM-BA under both
> > Windows Vista and 7.
> >
> > As the installer for SAM-BA does not allow the normal version to be
> > installed on Vista / 7, you have to right click the _installer_ to
> > bring up properties and then navigate to the compatibility tab. On
> > this tab, select "Run this program in compatibility mode for:" and
> > select XP SP3. Click ok and double click the icon to start the
> > program.
> >
> > The installer is tricked by these settings into thinking that you are
> > running XP and installs both CDC and non-CDC versions of SAM-BA. You
> > can then use the USB/ARM0 driver with your board.
> >
> > I'm not sure, but I think that the CDC software is from Atmel, not
> > Egnite.
> >
> > Best regards
> >
> > Gregor Mackenzie
> >
> >
> >
> > ----Original Message---- From: en-nut-discussion-request at egnite.de
> > Date: 29/05/2011 11:00 To: <en-nut-discussion at egnite.de> Subj:
> > En-Nut-Discussion Digest, Vol 91, Issue 26
> >
> > Send En-Nut-Discussion mailing list submissions to
> > en-nut-discussion at egnite.de
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://lists.egnite.de/mailman/listinfo/en-nut-discussion or, via
> > email, send a message with subject or body 'help' to
> > en-nut-discussion-request at egnite.de
> >
> > You can reach the person managing the list at
> > en-nut-discussion-owner at egnite.de
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of En-Nut-Discussion digest..."
> >
> >
> > Today's Topics:
> >
> > 1. AT91SAM7X USB (William Basser)
> >
> >
> > ----------------------------------------------------------------------
> >
> >  Message: 1 Date: Sat, 28 May 2011 19:47:30 -0400 From: William
> > Basser <wbasser at gmail.com> Subject: [En-Nut-Discussion] AT91SAM7X
> > USB To: en-nut-discussion at egnite.de Message-ID:
> > <BANLkTi=hWhC-Ssb5PCK+tV6LQYZVUQCJ2Q at mail.gmail.com> Content-Type:
> > text/plain; charset=UTF-8
> >
> > I know I had read some time ago about a USB CDC function incorporated
> > into Ethernut,  Is that complete or does it still need to be done?
> >
> > Bill
> >
> >
> > ------------------------------
> >
> > _______________________________________________
> > http://lists.egnite.de/mailman/listinfo/en-nut-discussion
> >
> >
> > End of En-Nut-Discussion Digest, Vol 91, Issue 26
> > *************************************************
> >
> >
> > _______________________________________________
> > http://lists.egnite.de/mailman/listinfo/en-nut-discussion
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 30 May 2011 11:42:18 +0200
> From: "Landsperger, Werner" <Werner.Landsperger at cassidian.com>
> Subject: [En-Nut-Discussion] GPIO Powersupply
> To: "Ethernut User Chat (English)" <en-nut-discussion at egnite.de>
> Message-ID:
>        <986D0C6A7BDF80498924770EA4FD504B017E2AC8 at GSX703A.mxchg.m.corp>
> Content-Type: text/plain;       charset="us-ascii"
>
> Hey all,
>
> just a short Question:
> The Voltage of GPIO Pins are 5V right? Can I manipulate this voltage?
> For example to 3.3V?
>
> Greets
>
>
> ------------------------------
>
> _______________________________________________
> http://lists.egnite.de/mailman/listinfo/en-nut-discussion
>
>
> End of En-Nut-Discussion Digest, Vol 91, Issue 27
> *************************************************
>



More information about the En-Nut-Discussion mailing list