Skip to content

A serial port class, for interfacing between Macs and microcontrollers. Works over USB serial.

License

Notifications You must be signed in to change notification settings

kleydon/Mac-SerialPort-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac-SerialPort-Cpp

A serial port class for the Mac, written in C++, for interfacing microcontrollers, etc. Works over USB serial.

Usage:

  • Open serial port for a device with: openAndConfigureSerialPort(const char* portPath, int baudRate)
  • Read data using: readSerialData(char* bytes, size_t length)
  • Write data using: writeSerialData(const char* bytes, size_t length)
  • Remember to flush potentially buffered data when necessary with: flushSerialData()
  • Close serial port when done, using: closeSerialPort(void);
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy