Michael Heimpold

Results 45 comments of Michael Heimpold

Looks like some kind of "devel" package for mount is missing. Probably you must run something similar to "apk add ..." But I'm not familiar with Alpine and the available...

I agree that the standard cmake messages might be confusing. I tried to address this - not exactly the proposal of @mcuee, but should be good in my eyes. For...

What about using? ``` ctx = modbus_new_rtu("/dev/ttyS3", 115200, 'N', 8, 1); modbus_set_slave(ctx, 1); modbus_read_registers(ctx, 0, 2, tab_reg); ... modbus_set_slave(ctx, 2); modbus_read_registers(ctx, 0, 2, tab_reg); ... modbus_set_slave(ctx, 3); modbus_read_registers(ctx, 0, 2,...

We should change only when the repo is official new upstream.

My point is that we should also have a look what other distros are doing and considering as "upstream". People using uw-imap on e.g. Ubuntu might expect similar behaviour, same...