/* $VER: Wiz 3.0 Copyright © 1996 Adam Levin-Delson All Rights Reserved (02.03.96) * * Wizard-Handler Mountlist * */ /* Special Wizard-Handler mountlist values: Control specifies the serial communication attributes. It must consist of four chacters surrounded by double quotes ("DPSH", for example "801N"): D P S H --- --- --- --- Data Parity Stop Handshaking Bits Bits 7 N (none) 0 N (none) 8 O (odd) 1 X (Xon/Xoff) E (even) 2 R (RTS/CTS) M (mark) B (both Xon/Xoff and RTS/CTS) S (space) Reserved is used to indicate whether the Wizard's files should all be brought down to the Amiga when the handler is mounted (Reserved=1), or only when each file is referenced (Reserved=2). */ EHandler = l:Wizard-Handler /* The path to the handler. */ Device = serial.device /* The name of the serial device. */ Unit = 0 /* The unit number of the serial device. */ Baud = 9600 /* The Baud rate of the device. */ Control = "8O1N" /* The parameter sof the device (see above). */ Reserved = 2 /* Bring all files down (=1) or bring only referenced files down (=2). */ Activate = 1 /* Activate this handler as soon as it's mounted. */ StackSize = 4000 /* The handler's stack size. */ Priority = 0 /* Priority is controlled from within the handler. */ GlobVec = -1 /* Non-BCPL. */ #