Re: re-direct a com port
From: Yannick Chamming's [eMVP] (ychammings_nospam_at_adeset.com)
Date: 10/07/04
- Next message: Yannick Chamming's [eMVP]: "Re: EXEBASE of NK.EXE"
- Previous message: Yannick Chamming's [eMVP]: "Re: Launching Image from Flash (PXA270)"
- In reply to: Miky: "re-direct a com port"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 7 Oct 2004 08:11:27 +0200
you can create a stream driver which will be using the "COM" prefix, and
have the read, write, and Iocontrol functions implemented to redirect
streams to files.
You should look at the mdd of the serial driver (included in source code in
PB) to check that you are implementing all the entry points (standard stream
interfaces + all custom Iocontrol) of a serial driver, if you want to be
sure that all serial API calls are correctly handled by your virtual driver.
-- ---------------------------------------------------------------- Yannick Chamming's (eMVP) ADESET Windows Embedded Manager ychammings AT adeset DOT com> http://www.adeset.com Tél : +33 (0)4.72.18.57.77 Fax : +33 (0)4.72.18.57.78 ---------------------------------------------------------------- "Miky" <mvaccaro@viasatonline.it> wrote in message news:#LEHp1rqEHA.1988@TK2MSFTNGP09.phx.gbl... > I want to re-direct a com port to a file for reading data. > I don't have the source code of the program that read the serial port, then > I should create a virtual serial port. > > Is it possible under windows ce 3.0???? > > Thank...... > > Miky > >
- Next message: Yannick Chamming's [eMVP]: "Re: EXEBASE of NK.EXE"
- Previous message: Yannick Chamming's [eMVP]: "Re: Launching Image from Flash (PXA270)"
- In reply to: Miky: "re-direct a com port"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|