Mo Demman
Mo Demman
> on a Win10-64bit computer within MSYS2_64bit i've installed with pacman the following packages > `pacman -S autoconf automake-wrapper libtool make mingw-w64-i686-gcc` Hey, you saved my day! I missed to...
> How do I choose gcc 32 rather than gcc 64? Also, I want to use the dll in a C program, I think I would need a .lib and...
Code::Blocks and CodeLite are quite related, so my experience of better *not* calling codelite from within MSYS2 shell could also apply to Code::Blocks? I had: - mkdir /p will only...
Why the hell poll()? If the code needs to make a leap and to split in legacy vs. modern API, we could talk about epoll(). check [this benchmark at libevent](https://libevent.org/)
not only missing the type of tab_rp_registers (should be unsigned 16 bit word type of your compiler), also missing the idea behind the 2 in modbus_read_registers(ctx, RM_READ_VEL_REG, 2, tab_rp_registers), and...
basically right, but some mini flaws and some Micro$oft C++ specific terms. You already used C++98 stuff, how about preventing VC++ keywords and using bit more recent (year 2011) code,...
> the vicare_water is no sensor. It's a heater type. I'm also not able to use it with a sensor card. > How can I use this data in lovelace...
> I also struggle with this. I'm also not able to use it with a sensor card. > > How can I use this data in lovelace cards? Found the...
why manually handle RTS down after Tx queue sent empty? AFAIR, there is a handshake option or ioctl combination in both widespread OSs to let the driver do it automatically....
Hmmm, can't confirm this. The i8250, i16550 and i16650 and NS16550 do in fact have TXRDY interrupt. The typical failure is to assume the interrupt comes after last byte left...