Serail port in winxp

K

krishneo

Guest
I am doing a project which requires serial port to be acessed in
winxp.Please help me
 
I am doing a project which requires serial port to be acessed in
winxp.Please help me
If your problem is that NT based OS's (2K/XP) don't allow direct hardware
access, you could try this: http://www.direct-io.com/

Regards,
Chris
 
On Fri, 28 Jan 2005 07:51:04 -0500, "krishneo"
<krishnaeie_007@rediffmail.com> wrote:

I am doing a project which requires serial port to be acessed in
winxp.Please help me
How do you need to access the serial port, and what are you
needing to do?
 
"krishneo" <krishnaeie_007@rediffmail.com> wrote in message
news:700c764cf0d718b2d59eba2fc25fa6b8@localhost.talkaboutelectronicequipment.com...
I am doing a project which requires serial port to be acessed in
winxp.Please help me
GIVEIO.SYS driver, described in a Dr. Dobbs Journal May 1996 article "Direct
Port I/O and Windows NT" written by Dale Roberts
available from:
http://www.cs.ucr.edu/~eblock/pages/pictools/giveio.html
or
http://pages.zoom.co.uk/andyc/

You will also need Paula Tomlinson's program LOADDRV, described in her May
1995 article in Windows/DOS Developer's Journal (now Windows Developer's
Journal).

ftp://ftp.wdj.com/pub/1995/may95.zip

Also see:

http://www.embeddedtronics.com/design&ideas.html

http://www.beyondlogic.org/porttalk/porttalk.htm

HTH,

B.C.
 
I am doing a project which requires serial port to be acessed in
winxp.Please help me
Unlike many other devices, there are very few features of the serial port
you can't get at using the native win32 interfaces. For some examples, see
the program I wrote while trying to figure out the interface of COM2 pins on
my asus motherboard:

description: http://home.att.net/~Tom.Horsley/p4c800e.html
program: http://home.att.net/~Tom.Horsley/rs232.zip

--
==>> The *Best* political site <URL:http://www.vote-smart.org/> >>==+
email: Tom.Horsley@worldnet.att.net icbm: Delray Beach, FL |
<URL:http://home.att.net/~Tom.Horsley> Free Software and Politics <<==+
 

Welcome to EDABoard.com

Sponsor

Back
Top