ORSSerialPort icon indicating copy to clipboard operation
ORSSerialPort copied to clipboard

Serial port library for Objective-C and Swift macOS apps

Results 38 ORSSerialPort issues
Sort by recently updated
recently updated
newest added

Hi, please bear with me, I'm new with Arduino and hardware programming. During the programming of my Arduino, I've always used the /dev/tty.usbmodemXXX for the serial monitor without issue. And...

enhancement

I am rewriting an OSX control application using ORSSerialPort. In some occasions, I would like to control a serial device that is not directly connected to my machine, or mock...

enhancement
question

I believe, the new changes in notification permissions, and construction styles breaks the notification functionality of this framework. I had the notifications working before update to Xcode 13, then after,...

My work on https://github.com/armadsen/ORSSerialPort/issues/20 led me to the conclusion that it would be helpful to have a -sendData:waitUntilDone: style method. For backwards compatibility, -sendData: will remain synchronous, but this new...

enhancement

Hi, with a [Sparkfun Pro Micro](https://www.sparkfun.com/products/12640) that ships with a Atmel MEGA 32u4 I'm not able to receive any incoming data. The code (arduino) I'm testing is the following: ```...

bug

Hi! I've been trying to use this library with a simple arduino based project and I am having some issues. I am using the 2.1 version installed through swift package...

Hi, I am having trouble communicating with Adafruit ItstyBitsy 32u4. When I open the port it shows that the port has been opened successfully but I cannot send or receive...

allSerialPorts array crashes in multithreading Application Specific Information: *** Terminating app due to uncaught exception 'NSGenericException', reason: '*** Collection was mutated while being enumerated.' terminating with uncaught exception of type...

I want to implement this view ![Bildschirmfoto 2020-10-01 um 15 41 11](https://user-images.githubusercontent.com/22213605/94816777-94eaf480-03fc-11eb-8ff8-18bf94630d08.png) I found a good way to integrate ORSSerialPort into a SwiftUI view. I would like to show them...

Process: Aether [644] Path: /Applications/Aether/Aether.app/Contents/MacOS/Aether Architecture: x86_64 Parent: launchd [1] UID: 501 Task size: 94.25 MB CPU Time: 0.181s (350.4M cycles, 133.5M instructions, 2.63c/i) Note: Unresponsive for 133 seconds before...

bug