Dennis Marinus

Results 7 comments of Dennis Marinus

I'm sorry, I haven't worked on this library in about 5 years and I don't have the equipment anymore to test stuff. You're unfortunately on your own here...

I'm still waiting for them to become available in the US. If you know anyone who has them, please let me know.

Aloft had them in stock, so I ordered one for myself. Should be here in a few days. From what I read about the SoftwareSerial library, it should work since...

Hi, I don't think I'll have time to start working on it anywhere soon. I did manage to get one through aloft, but my work schedule for the next few...

Let me look into this a bit. The 32u4 probably uses different register names than the 328 I tested it on.

I haven't really used the library in a year, but this should get you started: #include <SPort.h> SPort sport(Serial1); void setup() { Serial.begin(9600); sport.begin(); Serial.println("SPort Example"); delay(2000); } void loop()...

I went to write my own plugin for this and found there's a pull request open since 2021. I believe this can be merged, but if not lmk and I'll...