skip to Main Content

How to use Socket in Flutter apps?

I'm trying to connect to a device over TCP socket, write data and read response from socket. I made simple testing with c#, which works as expected. C# code, that works well: using (TcpClient client = new TcpClient(terminal.server_IP, terminal.port)) {…

VIEW QUESTION
Back To Top
Search