MessagesForMacintosh/SerialHelper.h

7 lines
181 B
C

#include <Serial.h>
#include <Devices.h>
#include <stdio.h>
#include <string.h>
OSErr setupDebugSerialPort(short refNum);
OSErr writeSerialPortDebug(short refNum, const char* str);