This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Communication eCos-Windows


I am using FTP and Telnet over USB.

The machine I am using is third party eCos machine and I do not have the
possibility to change the eCos setup. When the machine is placed in a
docking station my application has to connect to a Windows machine, so I see
two different approaches to solve this. One is to open the USB port and
transfer the data in serial transfer protocol (Zmodem) or I have to
make/find my self a Windows driver that can use FTP over USB.

Lars

-----Original Message-----
From: ecos-discuss-owner@sources.redhat.com
[mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of Larry Harmon
Sent: 14. mai 2003 18:06
To: lgro; ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] Communication eCos-Windows

I am a bit confused about your setup.  Are you using FTP and Telnet over
ethernet or USB?


A possible solution is to have your eCos machine appear as a read only
"storage-class" device over its USB interface.  I believe Windows XP has a
standard driver for dealing with this type of USB device.  Your eCos machine
will then need to implement the storage class functionality, as specified by
the USB 2.0 spec. www.usb.org

Another possible solution is to implement a propriatary class device plus a
windows driver which know how to read files from your eCos machine.


Larry


----- Original Message -----
From: "lgro" <lgro@online.no>
To: <ecos-discuss@sources.redhat.com>
Sent: Wednesday, May 14, 2003 7:54 AM
Subject: [ECOS] Communication eCos-Windows


> Hello everyone!
>
> I'm a novice in eCos development. During development of the application I
am
> using a PC running RedHat 7.3 to upload the application to the eCos
machine
> (Redboot). The interface of the eCos machine is USB. So to communicate I
use
> FTP and Telnet. But later the eCos machine has to transfer files to a PC
> running Windows 2000.
>
> So my problem is that I have to simulate slip on the Windows computer or
if it
> is possible just open the USB port in my application and implement a
serial
> transfer protocol to download the files. Does anyone know of a way to
achieve
> this?
>
> I would really appreciate some help!
>
> Lars G
>
>
> --
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
>


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]