Path: utzoo!yunexus!geac!syntron!jtsv16!uunet!mcvax!unido!fauern!faui44!mlelstv From: mlelstv@faui44.informatik.uni-erlangen.de (Michael van Elst ) Newsgroups: comp.sys.amiga.tech Subject: Re: Request for interactive serial port-driver. Message-ID: <712@faui10.informatik.uni-erlangen.de> Date: 27 Oct 88 17:12:39 GMT Article-I.D.: faui10.712 References: <585@ssp15.idca.tds.philips.nl> Reply-To: mlelstv@faui44.UUCP (Michael van Elst (kdebugger)) Organization: CSD., University of Erlangen, W - Germany Lines: 30 In article <585@ssp15.idca.tds.philips.nl> fwvo@idca.tds.PHILIPS.nl (Ferdinand van Ommen) writes: >When attaching a dumb vt100-terminal to the Amiga-500's serial port I >succeeded in starting up the communication.(I started newcli ser:). >However, the following problem arose: >If you want a command to be executed it seems to be necessary to fill >the serial port's buffer (which has a minimum of 1/2kilobytes according to >'preferences') with newlines. That is not the serial buffer that must be filled but the CLI's command line buffer. >I expect a new driver will be needed for full interactive use. >Question is: is there a way to use the standard driver for the communication >or will a quite differing one be needed. The standard driver will pass READ requests to the serial.device. So if you READ a buffer of 512 bytes the request returns if the serial.device has copied 512 bytes into your buffer. You have to abort reading if a linefeed is found in the serial.device input stream. SER: doesn't use this. Also, serial.device doesn't know anything about command-line editing and BREAK signals (CTRL-C to CTRL-F). >Second question then is: Does anyone have a better one, or do you know where to >get it? Yes, there is a PD handler you can find on a Fishdisk. I don't know the number, but I tested it. Metacomco sells one with there Toolkit. WB 1.3 has a handler that can be used. I don't have this one but it should be available now. Michael van Elst E-mail: UUCP: ...uunet!unido!fauern!faui44!mlelstv