Mohamed Amine Mzoughi
Mohamed Amine Mzoughi
Hello, Actually, in libmodbus, there's only RTS up or down setting via software and its accuracy depends on RTS delay value. In this pull request, I added the possibility to...
Fixes issue #643 Otherwise, I don't like how error recovery is coded : if we want to break the loop (e.g. to close the program), we need to disable the...
## OS and/or distribution Windows ## Description If error recovery mode is set to `MODBUS_ERROR_RECOVERY_LINK `on a context created with modbus_new_tcp and the TCP connection is lost, the function `static...
Hi, I updated these properties in 'build.gradle' to match my API version : ``` compileSdkVersion 28 buildToolsVersion "28.0.3" defaultConfig { applicationId "sfml.com.sfml_example" //Replace this with your real package name (e.g....
+ most of include directives should be placed in the CPP file
Last year, I coded a class allowing to have clusters of markers. I didn't have time/knowledge to improve the rendering and the accuracy of it . If anyone is interested,...
Today I had a very strange bug : the descent of a tetris piece stopped in the middle. You can only turn it or move it from left to right....
Today I made a high score in Tetris : 265, I hope to reach 300 one day. The score is the number of complete lines scored, there is no multiplier...