Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!mcnc!ecsvax!ranger From: ranger@ecsvax.UUCP Newsgroups: comp.sys.apple Subject: Re: Changing IIgs Modem port Baud Rate from Basic Message-ID: <3301@ecsvax.UUCP> Date: Fri, 29-May-87 18:38:46 EDT Article-I.D.: ecsvax.3301 Posted: Fri May 29 18:38:46 1987 Date-Received: Sat, 30-May-87 11:59:26 EDT References: <710*delaney@wnre.aecl.cdn> Organization: UNC Educational Computing Service Lines: 18 Summary: Same as Super Serial Card... In article <710*delaney@wnre.aecl.cdn>, delaney@wnre.aecl.CDN (Grant Delaney) writes: > Can anyone give me some help on changing the baud rate of the IIgs modem > port from BASIC or other than from the desk top which requires you to > reboot. I need this so I can go from one system to another in DECOM and It works the same as the Super Serial Card from Basic, ie PRINT CHR$(4);"PR#2" PRINT CHR$(9);"8B" This sets the output to slot 2, prints a Control-A to the slot followed by a baud command of the form nB where n is from 0 to 15 and represent the binary value of the 4 switch settings (off=1). 0 is not defined 1 = 50, 2=75 baud, 6=300 baud, 8=1200, 10=2400 baud, 14= 9600baud, 15=19,200 baud. Rick Fincher ranger@ecsvax > I really don't want to have to keep rebooting