dreamflow

Results 14 comments of dreamflow

> I considered replacing them by server/client @stephane : i'm also in favour for using the words `client/server` because : 1. often times client/server is used for descriptions of modbus...

> Is the old slave the server? yes . a typical example is a modbus-capable measurement-device(e.g. for temperature , voltage , current , ...) , such a device is called...

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` then i've compiled with 32bit gcc the 32bit dll of...

in MSYS2_64bit run mingw32.exe , then within the MINGW32-terminal the "gcc"-command is 32bit .

i'm doing dynamic calls to the libmodbus dll from LabVIEW . it's similar to calling a dll from python with ctypes or CFFI . doing such indirect calls to a...

if this flush can be done in userland code , by calling modbus_flush() , then i vote against the merging of this commit into the library , because a library...

this issue can be closed , because win32api.GetTickCount() returns an unsigned 64bit integer , since the already released version 305 of pywin32 .

@BobinInk : for my last successful libmodbus.dll 64bit compilation , i've installed into MSYS2_64bit the needed packages via ``` pacman -S autoconf automake-wrapper libtool make mingw-w64-i686-gcc mingw-w64-x86_64-gcc mingw-w64-ucrt-x86_64-gcc ``` in...

@EricksonTim : i've automatised it like this : .lvproject file -> project explorer -> build specifications -> pre/post build actions -> [X] execute vi after build within this sepcial execute-after-build.vi...

nimlangserver binaries don't need to be compiled anymore for common platforms . after each commit , automatically compiled fresh new binaries are available at https://github.com/nim-lang/langserver/releases