Geoffrey Hunter

Results 72 comments of Geoffrey Hunter

Hi @SaeedAID , I believe it throws an exception if it can't open the /dev/ttyXXX "file" for read/write access as per this screenshot of the code. ![image](https://user-images.githubusercontent.com/2396869/224621636-0f91f281-7d36-4a94-8a2b-7c5513c1a49a.png) The exception is...

Hi @SaeedAID , I think you want something like this (haven't been able to test it sorry!): ```c++ #include int main() { // Setup goes here try { mySerialPort.Read(data); }...

Hmmm, I don't think there is a syntax error in the header file. Do you potentially have a preprocessor macro assigned to "OFF" that replaces it with a number (probably...

Could it have something to do with this error I found in "/var/log/nginx/error.log"? ``` 2014/12/28 21:17:39 [notice] 2405#0: start worker process 2406 2014/12/28 21:19:39 [error] 2406#0: *23 FastCGI sent in...

O.K., so the full error is here, I have masked out my actual username and password with myUsername and myPassword. ``` 2014/12/28 21:43:09 [notice] 2396#0: start worker process 2398 2014/12/28...

O.K., so after a fresh install of Volumio, and entering in my username/password correctly the first time (I didn't do that last time) it now works. This could be a...

Good find! I guess one way to do it would be to have each device named differently, e.g. volumio, then volumio2, volumio3 e.t.c, but with only one of them providing...

I have a similar issue in where I get the "Connecting" appearing all by itself, in where the server is fully reachable. This usually occurs after I leave the web...

I have got the same issue. I'm running the generation on Linux with betterproto `v2.0.0b6`. Adding any uppercase letter to any part of the package name in the `.proto` causes...

Thanks for reporting this bug and presenting a solution! I will add it to the code soon.