Alessandro Righi

Results 7 comments of Alessandro Righi

I have the same problem. It seems related to the directory caching mechanism in mkdir: by disabling the cache, that can simply done by changing the functions `cGet` and `cSet`...

Hi! On which Linux distribution are you trying to compile the program?

Alpine Linux doesn't use Glibc but rather uses muslibc. I think that is the issue, since that particular headers are only available on Glibc. I should probably adjust the `#ifdef`...

Hi, yes you can use a RS485 to USB adapter. This program just opens the serial port (/dev/tty*) and saves the captured data to a .pcap file, so it can...

Hi, sorry if I respond late, I didn't see the message. It seems you are reading a lot of 1s: this may be caused by wrong levels on the RS485...

Hi Philipp, this tools works "best effort" to try to reconstruct the packet. For it to work, it assumes that the maximum interval between two bytes sent from the device...