MessagesForMacintosh/SerialHelper.h

7 lines
181 B
C
Raw Normal View History

2021-09-10 23:12:19 -07:00
#include <Serial.h>
#include <Devices.h>
#include <stdio.h>
#include <string.h>
OSErr setupDebugSerialPort(short refNum);
2021-09-10 23:12:19 -07:00
OSErr writeSerialPortDebug(short refNum, const char* str);