MessagesForMacintosh/SerialHelper.h

7 lines
181 B
C
Raw Normal View History

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