PB2

Results 121 comments of PB2
trafficstars

To make it a little easier for me, could you sum up all the edits into one reply?

Ok, I think I have an idea of what you're trying to do. One thing about this library is that it was built for speed, so if it finishes processing...

> should I make two sendDatum statements for each half of the total array that's transmitted? That sounds like the right idea, however, the devil is always in the detail....

Hey Jeremy, glad to hear things are working well for you! > I'm trying to get the Arduino to reset after a session is over on its own so I...

Hey man, sorry for the late reply - I've been busy with a bunch of stuff lately. It seems like you already have the logic in place to reset the...

Nice work man! I love the auto documentation and website. I actually want to do something similar for both this repo and [this other Python library](https://github.com/PowerBroker2/WarThunder), but it's not working...

To be clear: I'm testing this documentation stuff with my other repo before I mess with this one

Nvm, it was a real pain, but I got it to work with my other repo. Here's the site: [https://warthunder.readthedocs.io/en/latest/](https://warthunder.readthedocs.io/en/latest/)

Wait, two of my modules aren't showing up in the website. Bruh, how did you figure out how to do this?

Is this still an issue in light of [https://github.com/PowerBroker2/pySerialTransfer/issues/50](https://github.com/PowerBroker2/pySerialTransfer/issues/50)? Also, I added callback functionality for completeness, but it might be more stable to process the packets normally (w/o callbacks).