[comp.sys.ibm.pc] driver control

gp@picuxa.UUCP (Greg Pasquariello X1190) (12/18/87)

	When a DOS character device is called to read or write, the
	count of characters to read or write is 1.  This is accomplishedd
	by the DOS, which then loops until the read is satisfied.  Is there
	any way to change this so that the driver satisfies the read?  If
	so, please let me know, 'cuz I'm at my wits end.

	Thanks in advance.

	Greg

	"Just a short, sharp shock"	- Pink

gp@picuxa.UUCP (Greg Pasquariello X1190) (12/18/87)

In article <420@picuxa.UUCP>, gp@picuxa.UUCP (Greg Pasquariello X1190) writes:
> 
> 	When a DOS character device is called to read or write, the
> 	count of characters to read or write is 1.  This is accomplishedd
> 	by the DOS, which then loops until the read is satisfied.  Is there
> 	any way to change this so that the driver satisfies the read?  If
> 	so, please let me know, 'cuz I'm at my wits end.



	Never mind, I found the answer to this just after I posted it.
	Sorry, but I didn't know how to cancel it.