Dirk Fröhling
Dirk Fröhling
@chesstrian Thanks for the quick reply. The mcrypt repo is "not in active maintain state". It recommends to use the [cryptian](https://github.com/tugrul/cryptian) lib. I'll see what I can accomplish with this...
@chesstrian Well, I am a complete JavaScript noop, so I have no idea where the interface between C and JavaScript would be and how much effort would be needed. But...
@chesstrian `cryptian` now compiles fine, the author made some changes to the native abstraction layer.
@chesstrian Thanks, no need to hurry, take your time. You don't owe me anything. :)
The mirrored image is not the problem, the focus of the front camera is. It is a fixed focus camera, and you have to move the barcode too near to...
@pierdr > UPDATE: I managed to run the Sparkfun Pro Micro (ATMEGA 32u4) but using the low level IOKit/ioctl API from the Apple documentation ([here](https://developer.apple.com/library/content/samplecode/SerialPortSample/Listings/SerialPortSample_SerialPortSample_c.html#//apple_ref/doc/uid/DTS10000454-SerialPortSample_SerialPortSample_c-DontLinkElementID_4)) It will be great to...
I found a solution: Somehow, `RTS` and `DTR` have to be set to `TRUE` for a successful connection with an Arduino on recent macOS versions. In the `openOrClosePort` method of...
Same behavior with Arduino Nano 33 BLE and ASURO robots. It seems to have gotten worse in recent macOS system versions.
@LSDdev @r00li What happens if you open the port in your app and then open Serial Monitor in the Arduino IDE? In my case my app starts receiving data. I...
I found a solution: Somehow, `RTS` and `DTR` have to be set to `TRUE` for a successful connection with an Arduino on recent macOS versions. In the `openOrClosePort` method of...