home *** CD-ROM | disk | FTP | other *** search
- /*** Constant Definitions ***/
-
- #define BUFSIZE 1000 /* Size of serial port buffer (arbitrary) */
-
- #define PORTIN "\p.AIn" /* Modem port. Replace with "\p.Bin" and */
- #define PORTOUT "\p.AOut" /* "\p.Bout" for the Mac printer port. */
-
- /*** Function Prototypes ***/
-
- void CloseSerial(void);
- Boolean ChangeSettings(int configuration);
- Boolean OpenSerial(int configuration);
- long GetSerial(char *buffer);
- OSErr PutSerial(char *buffer, long bytes);
-