UART-like USB soft for LPC214*
2005-11-11 by varuzhandanielyan
Yahoo Groups archive
Index last updated: 2026-04-28 23:31 UTC
Thread
2005-11-11 by varuzhandanielyan
Does there exist free or cheap software to run the LPC2148 USB without digging deeply into the USB protocol details? The best example is the FTDIchip approach, where the USB looks like UART from both sides: PC and microcontroller. Thank you, Varuzhan
2005-11-11 by Matthias Hertel
Hi Varuzhan, you should have a look to this example: http://www.keil.com/download/docs/306.asp It should work with the Keil CARM Evaluation version. Matthias ________________________________ From: sentto-11453166-10449-1131686893-matthias.hertel=web.de@... .com [mailto:sentto-11453166-10449-1131686893-matthias.hertel=web.de@... ps.yahoo.com] On Behalf Of varuzhandanielyan
Sent: Friday, November 11, 2005 6:28 AM To: lpc2000@yahoogroups.com Subject: [lpc2000] UART-like USB soft for LPC214* Does there exist free or cheap software to run the LPC2148 USB without digging deeply into the USB protocol details? The best example is the FTDIchip approach, where the USB looks like UART from both sides: PC and microcontroller. Thank you, Varuzhan SPONSORED LINKS Microprocessor <http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microprocessor&w2=Mic rocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=t sVC-J9hJ5qyXg0WPR0l6g> Microcontrollers <http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microprocessor&w2=M icrocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig =DvJVNqC_pqRTm8Xq01nxwg> Pic microcontrollers <http://groups.yahoo.com/gads?t=ms&k=Pic+microcontrollers&w1=Microprocessor& w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93& .sig=TpkoX4KofDJ7c6LyBvUqVQ> 8051 microprocessor <http://groups.yahoo.com/gads?t=ms&k=8051+microprocessor&w1=Microprocessor&w 2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&. sig=1Ipf1Fjfbd_HVIlekkDP-A> ________________________________ YAHOO! GROUPS LINKS * Visit your group "lpc2000 <http://groups.yahoo.com/group/lpc2000> " on the web. * To unsubscribe from this group, send an email to: lpc2000-unsubscribe@yahoogroups.com <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . ________________________________
2005-11-11 by varuzhandanielyan
--- In lpc2000@yahoogroups.com, "Matthias Hertel" <matthias.hertel@w...> wrote: > > Hi Varuzhan, > you should have a look to this example: > http://www.keil.com/download/docs/306.asp > It should work with the Keil CARM Evaluation version. > > Matthias Ok, I started just with this example, but it is very far from the FTDI approach. From the PC side it is not COM port and in the microcontroller I have not standard putchar() and getchar() functions. So my first request is still waiting for an answer. Varuzhan > ________________________________ > > From: > sentto-11453166-10449-1131686893-matthias.hertel=web.de@r... > .com > [mailto:sentto-11453166-10449-1131686893-matthias.hertel=web.de@r... > ps.yahoo.com] On Behalf Of varuzhandanielyan > Sent: Friday, November 11, 2005 6:28 AM > To: lpc2000@yahoogroups.com > Subject: [lpc2000] UART-like USB soft for LPC214* > > > Does there exist free or cheap software to run the LPC2148 > USB without digging deeply into the USB protocol details? > The best example is the FTDIchip approach, where the USB looks > like UART from both sides: PC and microcontroller. > Thank you, > Varuzhan > > > > > > > > > SPONSORED LINKS > Microprocessor > <http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microprocessor&w2=Mic > rocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=t > sVC-J9hJ5qyXg0WPR0l6g> Microcontrollers > <http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microprocessor&w2=M > icrocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig > =DvJVNqC_pqRTm8Xq01nxwg> Pic microcontrollers > <http://groups.yahoo.com/gads?t=ms&k=Pic+microcontrollers&w1=Microprocessor& > w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93& > .sig=TpkoX4KofDJ7c6LyBvUqVQ> > 8051 microprocessor > <http://groups.yahoo.com/gads?t=ms&k=8051+microprocessor&w1=Microprocessor&w > 2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.
> sig=1Ipf1Fjfbd_HVIlekkDP-A> > > ________________________________ > > YAHOO! GROUPS LINKS > > > * Visit your group "lpc2000 > <http://groups.yahoo.com/group/lpc2000> " on the web. > > * To unsubscribe from this group, send an email to: > lpc2000-unsubscribe@yahoogroups.com > <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service > <http://docs.yahoo.com/info/terms/> . > > > ________________________________ >
2005-11-11 by philips_apps
Varuzhan,
What you refer to is a virtual COM port that open a hyperterm
on the PC, send data to/receive data from the hyperterm over USB,
right? We have an app-note to be released soon. But, I upload the
driver source, both host and device, along with a preliminary
document on the "Files" area first.
Tom
Philips App. team
--- In lpc2000@yahoogroups.com, "varuzhandanielyan" <dan@x...> wrote:
>
> --- In lpc2000@yahoogroups.com, "Matthias Hertel"
> <matthias.hertel@w...> wrote:
> >
> > Hi Varuzhan,
> > you should have a look to this example:
> > http://www.keil.com/download/docs/306.asp
> > It should work with the Keil CARM Evaluation version.
> >
> > Matthias
>
> Ok, I started just with this example, but it is very far
> from the FTDI approach. From the PC side it is not COM port
> and in the microcontroller I have not standard putchar() and
> getchar() functions.
> So my first request is still waiting for an answer.
> Varuzhan
>
>
> > ________________________________
> >
> > From:
> > sentto-11453166-10449-1131686893-matthias.hertel=web.de@r...
> > .com
> > [mailto:sentto-11453166-10449-1131686893-
matthias.hertel=web.de@r...
> > ps.yahoo.com] On Behalf Of varuzhandanielyan
> > Sent: Friday, November 11, 2005 6:28 AM
> > To: lpc2000@yahoogroups.com
> > Subject: [lpc2000] UART-like USB soft for LPC214*
> >
> >
> > Does there exist free or cheap software to run the LPC2148
> > USB without digging deeply into the USB protocol details?
> > The best example is the FTDIchip approach, where the USB looks
> > like UART from both sides: PC and microcontroller.
> > Thank you,
> > Varuzhan
> >
> >
> >
> >
> >
> >
> >
> >
> > SPONSORED LINKS
> > Microprocessor
> >
> <http://groups.yahoo.com/gads?
t=ms&k=Microprocessor&w1=Microprocessor&w2=Mic
> >
>
rocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93
&.sig=t
> > sVC-J9hJ5qyXg0WPR0l6g> Microcontrollers
> >
> <http://groups.yahoo.com/gads?
t=ms&k=Microcontrollers&w1=Microprocessor&w2=M
> >
>
icrocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=
93&.sig
> > =DvJVNqC_pqRTm8Xq01nxwg> Pic microcontrollers
> >
> <http://groups.yahoo.com/gads?
t=ms&k=Pic+microcontrollers&w1=Microprocessor&
> >
>
w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=
4&s=93&
> > .sig=TpkoX4KofDJ7c6LyBvUqVQ>
> > 8051 microprocessor
> >
> <http://groups.yahoo.com/gads?
t=ms&k=8051+microprocessor&w1=Microprocessor&w
> >
>
2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4
&s=93&.
> > sig=1Ipf1Fjfbd_HVIlekkDP-A>
> >
> > ________________________________
> >
> > YAHOO! GROUPS LINKS
> >
> >
> > * Visit your group "lpc2000
> > <http://groups.yahoo.com/group/lpc2000> " on the web.
> >
> > * To unsubscribe from this group, send an email to:
> > lpc2000-unsubscribe@yahoogroups.com
> > <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> >
> > * Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service> > <http://docs.yahoo.com/info/terms/> . > > > > > > ________________________________ > > >
2005-11-11 by Joel Winarske
> What you refer to is a virtual COM port that open a hyperterm > on the PC, send data to/receive data from the hyperterm over USB, > right? We have an app-note to be released soon. But, I upload the > driver source, both host and device, along with a preliminary > document on the "Files" area first. > > Tom > Philips App. team Excellent timing, I was just starting on this today. Thanks Tom! Joel
2005-11-11 by Dan Beadle
When do you expect this to appear in Yahoo files? When on the Philips site? VCOM is a missing piece of the Philips USB puzzle. It will be great to have this plugged. _____
From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] On Behalf
Of philips_apps
Sent: Friday, November 11, 2005 9:35 AM
To: lpc2000@yahoogroups.com
Subject: [lpc2000] Re: UART-like USB soft for LPC214*
Varuzhan,
What you refer to is a virtual COM port that open a hyperterm
on the PC, send data to/receive data from the hyperterm over USB,
right? We have an app-note to be released soon. But, I upload the
driver source, both host and device, along with a preliminary
document on the "Files" area first.
Tom
Philips App. team
--- In lpc2000@yahoogroups.com, "varuzhandanielyan" <dan@x...> wrote:
>
> --- In lpc2000@yahoogroups.com, "Matthias Hertel"
> <matthias.hertel@w...> wrote:
> >
> > Hi Varuzhan,
> > you should have a look to this example:
> > http://www.keil.com/download/docs/306.asp
> > It should work with the Keil CARM Evaluation version.
> >
> > Matthias
>
> Ok, I started just with this example, but it is very far
> from the FTDI approach. From the PC side it is not COM port
> and in the microcontroller I have not standard putchar() and
> getchar() functions.
> So my first request is still waiting for an answer.
> Varuzhan
>
>
> > ________________________________
> >
> > From:
> > sentto-11453166-10449-1131686893-matthias.hertel=web.de@r...
> > .com
> > [mailto:sentto-11453166-10449-1131686893-
matthias.hertel=web.de@r...
> > ps.yahoo.com] On Behalf Of varuzhandanielyan
> > Sent: Friday, November 11, 2005 6:28 AM
> > To: lpc2000@yahoogroups.com
> > Subject: [lpc2000] UART-like USB soft for LPC214*
> >
> >
> > Does there exist free or cheap software to run the LPC2148
> > USB without digging deeply into the USB protocol details?
> > The best example is the FTDIchip approach, where the USB looks
> > like UART from both sides: PC and microcontroller.
> > Thank you,
> > Varuzhan
> >
> >
> >
> >
> >
> >
> >
> >
> > SPONSORED LINKS
> > Microprocessor
> >
> <http://groups.yahoo.com/gads?
t=ms&k=Microprocessor&w1=Microprocessor&w2=Mic
> >
>
rocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93
&.sig=t
> > sVC-J9hJ5qyXg0WPR0l6g> Microcontrollers
> >
> <http://groups.yahoo.com/gads?
t=ms&k=Microcontrollers&w1=Microprocessor&w2=M
> >
>
icrocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=
93&.sig
> > =DvJVNqC_pqRTm8Xq01nxwg> Pic microcontrollers
> >
> <http://groups.yahoo.com/gads?
t=ms&k=Pic+microcontrollers&w1=Microprocessor&
> >
>
w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=
4&s=93&
> > .sig=TpkoX4KofDJ7c6LyBvUqVQ>
> > 8051 microprocessor
> >
> <http://groups.yahoo.com/gads?
t=ms&k=8051+microprocessor&w1=Microprocessor&w
> >
>
2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4
&s=93&.
> > sig=1Ipf1Fjfbd_HVIlekkDP-A>
> >
> > ________________________________
> >
> > YAHOO! GROUPS LINKS
> >
> >
> > * Visit your group "lpc2000
> > <http://groups.yahoo.com/group/lpc2000> " on the web.
> >
> > * To unsubscribe from this group, send an email to:
> > lpc2000-unsubscribe@yahoogroups.com
> > <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> >
> > * Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service
> > <http://docs.yahoo.com/info/terms/> .
> >
> >
> > ________________________________
> >
>
SPONSORED LINKS
Microprocessor
<http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microprocessor&w2
=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=9
3&.sig=tsVC-J9hJ5qyXg0WPR0l6g>
Microcontrollers
<http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microprocessor&
w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s
=93&.sig=DvJVNqC_pqRTm8Xq01nxwg>
Pic microcontrollers
<http://groups.yahoo.com/gads?t=ms&k=Pic+microcontrollers&w1=Microproces
sor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c
=4&s=93&.sig=TpkoX4KofDJ7c6LyBvUqVQ>
8051 microprocessor
<http://groups.yahoo.com/gads?t=ms&k=8051+microprocessor&w1=Microprocess
or&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=
4&s=93&.sig=1Ipf1Fjfbd_HVIlekkDP-A>
_____
YAHOO! GROUPS LINKS
* Visit your group "lpc2000
<http://groups.yahoo.com/group/lpc2000> " on the web.
* To unsubscribe from this group, send an email to:
lpc2000-unsubscribe@yahoogroups.com
<mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .
_____
[Non-text portions of this message have been removed]2005-11-11 by Joel Winarske
> When do you expect this to appear in Yahoo files? When on the Philips > site? It's posted: http://groups.yahoo.com/group/lpc2000/files/VirtualCOM.zip
2005-11-11 by philips_apps
It's under "Files", look for "virtualCOM.zip" Regards, Tom --- In lpc2000@yahoogroups.com, "Dan Beadle" <dan.beadle@i...> wrote: > > When do you expect this to appear in Yahoo files? When on the Philips > site? > > > > VCOM is a missing piece of the Philips USB puzzle. It will be great to > have this plugged. > > > > > > _____ > > From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] On Behalf > Of philips_apps > Sent: Friday, November 11, 2005 9:35 AM > To: lpc2000@yahoogroups.com > Subject: [lpc2000] Re: UART-like USB soft for LPC214* > > > > Varuzhan, > What you refer to is a virtual COM port that open a hyperterm > on the PC, send data to/receive data from the hyperterm over USB, > right? We have an app-note to be released soon. But, I upload the > driver source, both host and device, along with a preliminary > document on the "Files" area first. > > Tom > Philips App. team > > --- In lpc2000@yahoogroups.com, "varuzhandanielyan" <dan@x> wrote: > > > > --- In lpc2000@yahoogroups.com, "Matthias Hertel" > > <matthias.hertel@w...> wrote: > > > > > > Hi Varuzhan, > > > you should have a look to this example: > > > http://www.keil.com/download/docs/306.asp > > > It should work with the Keil CARM Evaluation version. > > > > > > Matthias > > > > Ok, I started just with this example, but it is very far > > from the FTDI approach. From the PC side it is not COM port > > and in the microcontroller I have not standard putchar() and > > getchar() functions. > > So my first request is still waiting for an answer. > > Varuzhan > > > > > > > ________________________________ > > > > > > From: > > > sentto-11453166-10449-1131686893-matthias.hertel=web.de@r... > > > .com > > > [mailto:sentto-11453166-10449-1131686893- > matthias.hertel=web.de@r... > > > ps.yahoo.com] On Behalf Of varuzhandanielyan > > > Sent: Friday, November 11, 2005 6:28 AM > > > To: lpc2000@yahoogroups.com > > > Subject: [lpc2000] UART-like USB soft for LPC214* > > > > > > > > > Does there exist free or cheap software to run the LPC2148 > > > USB without digging deeply into the USB protocol details? > > > The best example is the FTDIchip approach, where the USB looks > > > like UART from both sides: PC and microcontroller. > > > Thank you, > > > Varuzhan > > > > > > > > > > > > > > > > > > > > > > > > > > > SPONSORED LINKS > > > Microprocessor > > > > > <http://groups.yahoo.com/gads? > t=ms&k=Microprocessor&w1=Microprocessor&w2=Mic > > > > > > rocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93 > &.sig=t > > > sVC-J9hJ5qyXg0WPR0l6g> Microcontrollers > > > > > <http://groups.yahoo.com/gads? > t=ms&k=Microcontrollers&w1=Microprocessor&w2=M > > > > > > icrocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s= > 93&.sig > > > =DvJVNqC_pqRTm8Xq01nxwg> Pic microcontrollers > > > > > <http://groups.yahoo.com/gads? > t=ms&k=Pic+microcontrollers&w1=Microprocessor& > > > > > > w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c= > 4&s=93& > > > .sig=TpkoX4KofDJ7c6LyBvUqVQ> > > > 8051 microprocessor > > > > > <http://groups.yahoo.com/gads? > t=ms&k=8051+microprocessor&w1=Microprocessor&w > > > > > > 2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4 > &s=93&. > > > sig=1Ipf1Fjfbd_HVIlekkDP-A> > > > > > > ________________________________ > > > > > > YAHOO! GROUPS LINKS > > > > > > > > > * Visit your group "lpc2000 > > > <http://groups.yahoo.com/group/lpc2000> " on the web. > > > > > > * To unsubscribe from this group, send an email to: > > > lpc2000-unsubscribe@yahoogroups.com > > > <mailto:lpc2000-unsubscribe@yahoogroups.com? subject=Unsubscribe> > > > > > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms > of Service > > > <http://docs.yahoo.com/info/terms/> . > > > > > > > > > ________________________________ > > > > > > > > > > > > > SPONSORED LINKS > > Microprocessor > <http://groups.yahoo.com/gads? t=ms&k=Microprocessor&w1=Microprocessor&w2 > =Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4& s=9 > 3&.sig=tsVC-J9hJ5qyXg0WPR0l6g> > > Microcontrollers > <http://groups.yahoo.com/gads? t=ms&k=Microcontrollers&w1=Microprocessor& > w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c= 4&s > =93&.sig=DvJVNqC_pqRTm8Xq01nxwg> > > Pic microcontrollers > <http://groups.yahoo.com/gads? t=ms&k=Pic+microcontrollers&w1=Microproces > sor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocesso r&c > =4&s=93&.sig=TpkoX4KofDJ7c6LyBvUqVQ> > > 8051 microprocessor > <http://groups.yahoo.com/gads? t=ms&k=8051+microprocessor&w1=Microprocess > or&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor &c=
> 4&s=93&.sig=1Ipf1Fjfbd_HVIlekkDP-A> > > > > > > > > _____ > > YAHOO! GROUPS LINKS > > > > * Visit your group "lpc2000 > <http://groups.yahoo.com/group/lpc2000> " on the web. > > * To unsubscribe from this group, send an email to: > lpc2000-unsubscribe@yahoogroups.com > <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/> . > > > > _____ > > > > [Non-text portions of this message have been removed] >
2005-11-11 by Dan Beadle
Thanks. Is the property of Philips or Keil? Are there any restrictions in using it? _____
From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] On Behalf Of philips_apps Sent: Friday, November 11, 2005 10:19 AM To: lpc2000@yahoogroups.com Subject: [lpc2000] Re: UART-like USB soft for LPC214* It's under "Files", look for "virtualCOM.zip" Regards, Tom --- In lpc2000@yahoogroups.com, "Dan Beadle" <dan.beadle@i...> wrote: > > When do you expect this to appear in Yahoo files? When on the Philips > site? > > > > VCOM is a missing piece of the Philips USB puzzle. It will be great to > have this plugged. > > > > > > _____ > > From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] On Behalf > Of philips_apps > Sent: Friday, November 11, 2005 9:35 AM > To: lpc2000@yahoogroups.com > Subject: [lpc2000] Re: UART-like USB soft for LPC214* > > > > Varuzhan, > What you refer to is a virtual COM port that open a hyperterm > on the PC, send data to/receive data from the hyperterm over USB, > right? We have an app-note to be released soon. But, I upload the > driver source, both host and device, along with a preliminary > document on the "Files" area first. > > Tom > Philips App. team > > --- In lpc2000@yahoogroups.com, "varuzhandanielyan" <dan@x> wrote: > > > > --- In lpc2000@yahoogroups.com, "Matthias Hertel" > > <matthias.hertel@w...> wrote: > > > > > > Hi Varuzhan, > > > you should have a look to this example: > > > http://www.keil.com/download/docs/306.asp > > > It should work with the Keil CARM Evaluation version. > > > > > > Matthias > > > > Ok, I started just with this example, but it is very far > > from the FTDI approach. From the PC side it is not COM port > > and in the microcontroller I have not standard putchar() and > > getchar() functions. > > So my first request is still waiting for an answer. > > Varuzhan > > > > > > > ________________________________ > > > > > > From: > > > sentto-11453166-10449-1131686893-matthias.hertel=web.de@r... > > > .com > > > [mailto:sentto-11453166-10449-1131686893- > matthias.hertel=web.de@r... > > > ps.yahoo.com] On Behalf Of varuzhandanielyan > > > Sent: Friday, November 11, 2005 6:28 AM > > > To: lpc2000@yahoogroups.com > > > Subject: [lpc2000] UART-like USB soft for LPC214* > > > > > > > > > Does there exist free or cheap software to run the LPC2148 > > > USB without digging deeply into the USB protocol details? > > > The best example is the FTDIchip approach, where the USB looks > > > like UART from both sides: PC and microcontroller. > > > Thank you, > > > Varuzhan > > > > > > > > > > > > > > > > > > > > > > > > > > > SPONSORED LINKS > > > Microprocessor > > > > > <http://groups.yahoo.com/gads? > t=ms&k=Microprocessor&w1=Microprocessor&w2=Mic > > > > > > rocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93 > &.sig=t > > > sVC-J9hJ5qyXg0WPR0l6g> Microcontrollers > > > > > <http://groups.yahoo.com/gads? > t=ms&k=Microcontrollers&w1=Microprocessor&w2=M > > > > > > icrocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s= > 93&.sig > > > =DvJVNqC_pqRTm8Xq01nxwg> Pic microcontrollers > > > > > <http://groups.yahoo.com/gads? > t=ms&k=Pic+microcontrollers&w1=Microprocessor& > > > > > > w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c= > 4&s=93& > > > .sig=TpkoX4KofDJ7c6LyBvUqVQ> > > > 8051 microprocessor > > > > > <http://groups.yahoo.com/gads? > t=ms&k=8051+microprocessor&w1=Microprocessor&w > > > > > > 2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4 > &s=93&. > > > sig=1Ipf1Fjfbd_HVIlekkDP-A> > > > > > > ________________________________ > > > > > > YAHOO! GROUPS LINKS > > > > > > > > > * Visit your group "lpc2000 > > > <http://groups.yahoo.com/group/lpc2000> " on the web. > > > > > > * To unsubscribe from this group, send an email to: > > > lpc2000-unsubscribe@yahoogroups.com > > > <mailto:lpc2000-unsubscribe@yahoogroups.com? subject=Unsubscribe> > > > > > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms > of Service > > > <http://docs.yahoo.com/info/terms/> . > > > > > > > > > ________________________________ > > > > > > > > > > > > > SPONSORED LINKS > > Microprocessor > <http://groups.yahoo.com/gads? t=ms&k=Microprocessor&w1=Microprocessor&w2 > =Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4& s=9 > 3&.sig=tsVC-J9hJ5qyXg0WPR0l6g> > > Microcontrollers > <http://groups.yahoo.com/gads? t=ms&k=Microcontrollers&w1=Microprocessor& > w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c= 4&s > =93&.sig=DvJVNqC_pqRTm8Xq01nxwg> > > Pic microcontrollers > <http://groups.yahoo.com/gads? t=ms&k=Pic+microcontrollers&w1=Microproces > sor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocesso r&c > =4&s=93&.sig=TpkoX4KofDJ7c6LyBvUqVQ> > > 8051 microprocessor > <http://groups.yahoo.com/gads? t=ms&k=8051+microprocessor&w1=Microprocess > or&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor &c= > 4&s=93&.sig=1Ipf1Fjfbd_HVIlekkDP-A> > > > > > > > > _____ > > YAHOO! GROUPS LINKS > > > > * Visit your group "lpc2000 > <http://groups.yahoo.com/group/lpc2000> " on the web. > > * To unsubscribe from this group, send an email to: > lpc2000-unsubscribe@yahoogroups.com > <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/> . > > > > _____ > > > > [Non-text portions of this message have been removed] > SPONSORED LINKS Microprocessor <http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microprocessor&w2 =Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=9 3&.sig=tsVC-J9hJ5qyXg0WPR0l6g> Microcontrollers <http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microprocessor& w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s =93&.sig=DvJVNqC_pqRTm8Xq01nxwg> Pic microcontrollers <http://groups.yahoo.com/gads?t=ms&k=Pic+microcontrollers&w1=Microproces sor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c =4&s=93&.sig=TpkoX4KofDJ7c6LyBvUqVQ> 8051 microprocessor <http://groups.yahoo.com/gads?t=ms&k=8051+microprocessor&w1=Microprocess or&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c= 4&s=93&.sig=1Ipf1Fjfbd_HVIlekkDP-A> _____ YAHOO! GROUPS LINKS * Visit your group "lpc2000 <http://groups.yahoo.com/group/lpc2000> " on the web. * To unsubscribe from this group, send an email to: lpc2000-unsubscribe@yahoogroups.com <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . _____ [Non-text portions of this message have been removed]
2005-11-11 by Joel Winarske
> Is the property of Philips or Keil? Are there any restrictions in using > it? Good questions. All the files have the following header: *--------------------------------------------------------------------------- * This file is part of the uVision/ARM development tools. * Copyright (c) 2005 Keil Software. All rights reserved. *--------------------------------------------------------------------------* / The app note also mentions "Proprietary protocol stack" That being said I don't see a license agreement anywhere. Perhaps Keil/Bob might comment? Joel
2005-11-11 by philips_apps
I didn't think that much on the ownership of the property. We will discuss internally on that and let you know. I ported this from original Keil's HID sample, I didn't know if there is any restriction modifying that. The original virtual COM part was for D11 chip developed internally by Philips, I changed entirely by myself to support LPC214x. So, there is no restriction on that part. Tom --- In lpc2000@yahoogroups.com, "Joel Winarske" <joelw@i...> wrote: > > > Is the property of Philips or Keil? Are there any restrictions in using > > it? > > Good questions. > > All the files have the following header: > *------------------------------------------------------------------ --------- > * This file is part of the uVision/ARM development tools. > * Copyright (c) 2005 Keil Software. All rights reserved. > > *------------------------------------------------------------------ --------*
> / > > The app note also mentions "Proprietary protocol stack" > > That being said I don't see a license agreement anywhere. > > Perhaps Keil/Bob might comment? > > Joel >
2005-11-11 by philips_apps
Joel, Dan,
I sent some questions to Keil already regarding the
concern you have. At mean time, I decide to pull the
virtualCOM zipfile out from the "Files" until I hear
the confirmation from Keil.
Thanks for your support!
Tom
--- In lpc2000@yahoogroups.com, "Joel Winarske" <joelw@i...> wrote:
>
> > Is the property of Philips or Keil? Are there any restrictions
in using
> > it?
>
> Good questions.
>
> All the files have the following header:
> *------------------------------------------------------------------
---------
> * This file is part of the uVision/ARM development tools.
> * Copyright (c) 2005 Keil Software. All rights reserved.
>
> *------------------------------------------------------------------
--------*> / > > The app note also mentions "Proprietary protocol stack" > > That being said I don't see a license agreement anywhere. > > Perhaps Keil/Bob might comment? > > Joel >
2005-11-12 by varuzhandanielyan
Maybe I do anything wrong, but I cannot find virtualCOM.zip in the files section. Varuzhan
2005-11-13 by Richard
This is VERY cool, when can we expect to see the files? Rich --- In lpc2000@yahoogroups.com, "philips_apps" <philips_apps@y...> wrote:
> > Varuzhan, > What you refer to is a virtual COM port that open a hyperterm > on the PC, send data to/receive data from the hyperterm over USB, > right? We have an app-note to be released soon. But, I upload the > driver source, both host and device, along with a preliminary > document on the "Files" area first. > > Tom > Philips App. team > > --- In lpc2000@yahoogroups.com, "varuzhandanielyan" <dan@x> wrote: > > > > --- In lpc2000@yahoogroups.com, "Matthias Hertel" > > <matthias.hertel@w...> wrote: > > > > > > Hi Varuzhan, > > > you should have a look to this example: > > > http://www.keil.com/download/docs/306.asp > > > It should work with the Keil CARM Evaluation version. > > > > > > Matthias > > > > Ok, I started just with this example, but it is very far > > from the FTDI approach. From the PC side it is not COM port > > and in the microcontroller I have not standard putchar() and > > getchar() functions. > > So my first request is still waiting for an answer. > > Varuzhan > > > > > > > ________________________________ > > > > > > From: > > > sentto-11453166-10449-1131686893-matthias.hertel=web.de@r... > > > .com > > > [mailto:sentto-11453166-10449-1131686893- > matthias.hertel=web.de@r... > > > ps.yahoo.com] On Behalf Of varuzhandanielyan > > > Sent: Friday, November 11, 2005 6:28 AM > > > To: lpc2000@yahoogroups.com > > > Subject: [lpc2000] UART-like USB soft for LPC214* > > > > > > > > > Does there exist free or cheap software to run the LPC2148 > > > USB without digging deeply into the USB protocol details? > > > The best example is the FTDIchip approach, where the USB looks > > > like UART from both sides: PC and microcontroller. > > > Thank you, > > > Varuzhan > > > > > > > > > > > > > > > > > > > > > > > > > > > SPONSORED LINKS > > > Microprocessor > > > > > <http://groups.yahoo.com/gads? > t=ms&k=Microprocessor&w1=Microprocessor&w2=Mic > > > > > > rocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93 > &.sig=t > > > sVC-J9hJ5qyXg0WPR0l6g> Microcontrollers > > > > > <http://groups.yahoo.com/gads? > t=ms&k=Microcontrollers&w1=Microprocessor&w2=M > > > > > > icrocontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s= > 93&.sig > > > =DvJVNqC_pqRTm8Xq01nxwg> Pic microcontrollers > > > > > <http://groups.yahoo.com/gads? > t=ms&k=Pic+microcontrollers&w1=Microprocessor& > > > > > > w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c= > 4&s=93& > > > .sig=TpkoX4KofDJ7c6LyBvUqVQ> > > > 8051 microprocessor > > > > > <http://groups.yahoo.com/gads? > t=ms&k=8051+microprocessor&w1=Microprocessor&w > > > > > > 2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4 > &s=93&. > > > sig=1Ipf1Fjfbd_HVIlekkDP-A> > > > > > > ________________________________ > > > > > > YAHOO! GROUPS LINKS > > > > > > > > > * Visit your group "lpc2000 > > > <http://groups.yahoo.com/group/lpc2000> " on the web. > > > > > > * To unsubscribe from this group, send an email to: > > > lpc2000-unsubscribe@yahoogroups.com > > > <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe> > > > > > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms > of Service > > > <http://docs.yahoo.com/info/terms/> . > > > > > > > > > ________________________________ > > > > > >
2005-11-21 by jeanneret_s
--- In lpc2000@yahoogroups.com, "Joel Winarske" <joelw@i...> wrote:
>
> > When do you expect this to appear in Yahoo files? When on the Philips
> > site?
>
> It's posted:
> http://groups.yahoo.com/group/lpc2000/files/VirtualCOM.zip
>
Hello,
Sorry, but i did not found this file.
Can i find VirtualCOM.zip in an other place ?
Thank you !
Stephane2005-11-21 by Dan Beadle
They pulled it to look at copyright issues - I don't know when it will be posted. _____
From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] On Behalf
Of jeanneret_s
Sent: Monday, November 21, 2005 4:33 AM
To: lpc2000@yahoogroups.com
Subject: [lpc2000] Re: UART-like USB soft for LPC214*
--- In lpc2000@yahoogroups.com, "Joel Winarske" <joelw@i...> wrote:
>
> > When do you expect this to appear in Yahoo files? When on the
Philips
> > site?
>
> It's posted:
> http://groups.yahoo.com/group/lpc2000/files/VirtualCOM.zip
>
Hello,
Sorry, but i did not found this file.
Can i find VirtualCOM.zip in an other place ?
Thank you !
Stephane
_____
YAHOO! GROUPS LINKS
* Visit your group "lpc2000
<http://groups.yahoo.com/group/lpc2000> " on the web.
* To unsubscribe from this group, send an email to:
lpc2000-unsubscribe@yahoogroups.com
<mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .
_____
[Non-text portions of this message have been removed]