Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!POSTGRES.BERKELEY.EDU!dillon From: dillon@POSTGRES.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga.tech Subject: Re: Problems with serial device in shared mode Message-ID: <8910262310.AA23524@postgres.Berkeley.EDU> Date: 26 Oct 89 23:10:46 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 20 Ok. Well, at least terminal and other programs should have an *option* to open the serial.device SERF_SHARED. :I am indeed using the 1.3 serial.device, and I've also tried the new :1.3.2 serial.device. Both of my programs open the serial device in :shared mode and when I open it for the second time the first program :is in a suspended state and has no active requests. : :Here's some background info. The main program using the serial port :is a souped up aux handler. When I want to do a file transfer, I All I can think of is that, somehow, you are closing one instance of the device before openning the second, causing DTR to drop momentarily. Or maybe my modem isn't as sensitive.. I'd have to get a scope on the DTR line to be sure and I don't have a scope. -Matt