Reply by FreeRTOS Info January 14, 20102010-01-14
Igor Skochinsky wrote:
> Hello FreeRTOS,
>
> Thursday, January 14, 2010, 5:50:40 PM, you wrote:
>
> FI> Michal Krestan wrote:
>>> HI,
>>>
>>> could anybody help me with virtual com port implementation for LPC2148?
> FI> I might start using this as a canned reply: http://www.jcwren.com/arm/
>
> Any canned reply for a USB Host example?

Unfortunately not, although I would be happy to sell you one ;o)

Regards,
Richard.

+ http://www.FreeRTOS.org
Designed for Microcontrollers. More than 7000 downloads per month.

+ http://www.SafeRTOS.com
Certified by T as meeting the requirements for safety related systems.

An Engineer's Guide to the LPC2100 Series

Reply by Igor Skochinsky January 14, 20102010-01-14
Hello FreeRTOS,

Thursday, January 14, 2010, 5:50:40 PM, you wrote:

FI> Michal Krestan wrote:
>> HI,
>>
>> could anybody help me with virtual com port implementation for LPC2148?
FI> I might start using this as a canned reply: http://www.jcwren.com/arm/

Any canned reply for a USB Host example?

--
WBR,
Igor mailto:s...@mail.ru

Reply by rtstofer January 14, 20102010-01-14
--- In l..., FreeRTOS Info wrote:
> Michal Krestan wrote:
> > HI,
> >
> > could anybody help me with virtual com port implementation for LPC2148?
>
> I might start using this as a canned reply: http://www.jcwren.com/arm/
>
> Regards,
> Richard.

That and www.FreeRTOS.org. Great examples at both sites.

Richard
(no, not that one...)

Reply by FreeRTOS Info January 14, 20102010-01-14
Michal Krestan wrote:
> HI,
>
> could anybody help me with virtual com port implementation for LPC2148?

I might start using this as a canned reply: http://www.jcwren.com/arm/

Regards,
Richard.

+ http://www.FreeRTOS.org
Designed for Microcontrollers. More than 7000 downloads per month.

+ http://www.SafeRTOS.com
Certified by T as meeting the requirements for safety related systems.
Reply by Michal Krestan January 14, 20102010-01-14
HI,

could anybody help me with virtual com port implementation for LPC2148? I'm using usb stack from sourceforge, however it sometimes hang and watchdog is restarting my device. I've tried to use nxp example, but it's for keil and I need something for gcc. This example is hard to compile because it needs a lot of corrections due to complier difference with keil.

Michal