Danny Goossen

Results 6 comments of Danny Goossen

@dvader @3cky out of curiosity I looked into it and I have an implementation ready that should work, but ..... do you have any modbus-clients that can connect to a...

@yourSpace24 please add `slave.setUnitAddress(SLAVE_ID 33)` in `setup()` as per below, before the `slave.begin(..)` ```c setup() { slave.cbVector[CB_READ_INPUT_REGISTERS] = readAnalogIn; // set slave id slave.setUnitAddress(SLAVE_ID) // Set the serial port and...

you can start with the command `exportfs -v` read more at `man exportfs`

any progress? it looks like `..-c7-x86_64-comps.xml.gz` is created in a directory above `repodata`, and is not present in the repomd.xml. I got it working by: 1. a deleting the repodata...

minio works with AWS provider, out of the box, tested with fog-aws v0.11.0 set endpoint to `http://:9000`