Posts by Jean_Pinhal • 11 points
1 post
-
0
votes1
answer101
viewsQ: How to send a socket after receiving the previous socket result? Flutter Dart
I am performing a socket communication using flutter in a Modbus equipment, I need to send several readings on the equipment, but one overlaps the other before the answer of the previous socket. I…