Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ucsd!rutgers!sunybcs!ugkamins From: ugkamins@sunybcs.uucp (John Kaminski) Newsgroups: comp.sys.amiga.tech Subject: Re: Serial Device Message-ID: <5122@cs.Buffalo.EDU> Date: 9 Apr 89 05:51:01 GMT References: <125574@neabbs.UUCP> Sender: nobody@cs.Buffalo.EDU Reply-To: ugkamins@sunybcs.UUCP (John Kaminski) Organization: SUNY/Buffalo Computer Science Lines: 33 In article <125574@neabbs.UUCP> rjhlric@neabbs.UUCP (RICHARD SCHIFFELERS) writes: > >I've got a question concerning the serial device. > >1. Can anyone tell me if it's possible to set a baudrate outside > the normal range (110,300 etc.) and so yes, how. Use OpenDevice() (instead of Open("SER:",...) and Preferences if that indeed is what you are doing) and DoIO() with the command SDCMD_SETPARAMS and io_Baud set to any rate needed. Maximum is an incredible 292000 according to the dox. Of course, don't expect the Amiga to handle a continuous stream of characters at this rate, but the capability of "character at a time" is there. (reference: Amiga ROM Kernel Reference Manual: Libraries and Devices ~ p 390) > >2. What is the lowest possible baudrate of the serial device. I think you wanted "?" and not "." > ( I would like to use the Amiga for RTTY decoding, and > for this i need 50 and 75 baud ). > > Richard. > > > // Date : Sunday 2-Apr-89 > \\ // Richard Schiffelers > \X/ UUCP: ...!mcvax!telmail!neabbs!rjhlric Unfortunately, forget it. Minimum the hardware can handle is 112. The device will accept down to 110, but will be bumped up to 112.