[comp.sys.mac.programmer] driver buffers

sfm3166@ultb.UUCP (S.F. Modi) (07/20/89)

Hi Netters 
	Just a quick question. In using the serial port (PortA) can we
assign more than one buffer for that port ? 
example :
	/*** Its in Lightspeed C not that it makes much diff. here ***/
	
	char buff1[1024];
	char buff2[1024];
	char buff3[1024];

		SerSetBuf(refNum,buff1,1024);
		SerSetBuf(refNum,buff2,1024);
		SerSetBuf(refNum,buff3,1024);

Now when I call FSWrite I pass a pointer to whichever buffer I wish to
make ref. to. 
I am in the design stage and I am not sure if it will work
or not but if any one out there has any information, tips, suggestions
please send me mail to
{rutgers,cornell}!rochester!rit!ultb!sfm3166.
In case you have difficulty in sending me mail please post it on the
net. 
	Thank you
		Sohrab Modi


{rutgers,cornell}!rochester!rit!ultb!sfm3166.