Working pbterm for Verse Pro Color (U634k3.6.8.3806)
Hi, I'm new to this forum (but a long term Pocketbook user, though...)
I have recently received a Verse Pro Color on which pbterm didn't run. After some experimentation I could build a working version. The repository is here:
https://github.com/leomeyer/pbterm
The reason for the crash (or rather, premature exit) was that the call to posix_openpt() failed with error 2 (ENOENT). I fixed it by falling back to using pipes as if the error code was EACCES for which a mechanism had already been implemented.
HTH - Leo