Ziver Koc

Results 13 comments of Ziver Koc

I'm also having this issue.

@henriquemattos Thanks! running that command under the GerritStats folder solved my build issue.

Hi, Sorry for the very late response. Have you tried updating the timeout, jSerialComm tend to have shorter timeouts and return without reading any data.

Another solution if the PR on jSerialComm takes longer to merge or does not get merged would be to wrap the serial inputstream in a wrapper where we catch and...

I agree, the best solution is if your PR on jSerialComm is merged.

Are you having issues with the lib? could you please be a little bit more specific what you are trying to do and if possible maybe a small example code...

I've actually been working on a pr for using jSerialComm in WZWave. I wrote a jSerialComm transport for netty that's available here: https://github.com/Ziver/Netty-Transport-jSerialComm

Yeah, my WZWave fork is kind of a mess. I'll see if I can clean it up a bit today.

Here is the cleaned up branch: https://github.com/Ziver/WZWave/tree/jserialcomm I "think" it is working but I only have a Z-Stick Gen5 so don't really have a functioning environment to test it in,...

I've created a PR for it now.