Maker Pro
Maker Pro

Serail port in winxp

K

krishneo

Jan 1, 1970
0
I am doing a project which requires serial port to be acessed in
winxp.Please help me
 
S

Si Ballenger

Jan 1, 1970
0
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?
 
B

Bill Carson

Jan 1, 1970
0
krishneo said:
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.
 
T

Thomas A. Horsley

Jan 1, 1970
0
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

--email: [email protected] icbm: Delray Beach, FL |
<URL:http://home.att.net/~Tom.Horsley> Free Software and Politics <<==+
 
Top