planetixin

Results 3 issues of planetixin

I don't know why but it returns errors like: > 1>main.obj : error LNK2019: unresolved external symbol __imp__modbus_close referenced in function _main > 1>main.obj : error LNK2019: unresolved external symbol...

visual studio says that " Using uninitialized memory 'to_send' " and " potentially uninitialized local pointer variable 'to_send' used ". Because of that I can't send anything to my registers,...

## Current Behavior function doesn't work inside PLC.foreach() ## Expected Behavior PLC.foreach() should work. ## Possible Solution (Optional) ## Context const PLC = new Controller(); var number = 0; PLC.connect('ip...