Jason Curl

Results 35 comments of Jason Curl

In regarding to the comment by @Vengariel, I can say that I am working on a similar project, using `IOCTL_DISK_GET_PARTITION_INFO_EX`, which also uses the union of `PARTITION_INFORMATION_GPT` and `PARTITION_INFORMATION_MBR`. In...

Thanks for the bug report! I'd also like to document this in the wiki. What hardware specifically do you have that shows this behaviour?

Investigated the issue. The proper solution is to propogate the error to `UnixNativeSerial` class which will abort all pin monitoring operations. So instead of polling in case of this error,...

I'll continue the loop for only EAGAIN or EWOULDBLOCK as a signal may occur at any time. All others I'll treat as fatal. When the monitoring thread stops, a user...

I've made a first draft in github with the branch "bugfix/modem". There are a few other fixes present when I reviewed the code. I'll look over your suggestion and see...

Hu, wondering if you had the chance to test before I merge to the main branch.

Would you be able to review the code? I'd like to be ready to merge on the weekend. Thanks for your help.

Just did a review of my own after a few days. I've found a few bugs, so I'll have to clean them up first.

Bugs fixed and now pushed to v2.x

Just a sanity question, did you update and use the newer libnserial package? Did you compile from source or install the debian package?