Questions tagged as 'tcpclient'

0
answers

TCP / IP communication with printer Markem9030

Good afternoon guys, I have a program in C # that opens a socket connection using TCP / IP and writes some data ... when reading the answers it gets some bytes that when converting to HEX it looks like this: FF FD 03 FF FB 03 FF FB 01 Does...
asked by 05.05.2017 / 22:01
1
answer

TcpClient only receives the first message while connected

I'm developing a hobby program to understand how TcpClient works. Well, I'm doing a program that from time to time gets a package from a secondary program and sends an OK back, confirming that the connection is still established. On...
asked by 25.12.2016 / 17:53
0
answers

Client chat Can not read data from the transport connection:

Hello everyone it's the following I did a server tc pque already concludes, in the last days I have been doing the client but it is giving the following error    Can not read data from the transport connection: One   the lock operation was in...
asked by 12.08.2016 / 12:00
1
answer

Unable to read data from the transport connection: Connection reset by peer

Follow the code: here . The client code is getting an exception:    Unable to read data from connection: Connection reset by   peer. Why this error? And how can I fix it?     
asked by 26.03.2018 / 16:34
1
answer

The server responds with the RST / ACK flag after the client sends the SYN flag

I have been understanding why the X server responds to the client's TCP establishment request Y with the RST / ACK flag. I think the problem might be one of the 3 below. The port on the server side is closed; A packet is sent with some pro...
asked by 14.09.2016 / 14:47
0
answers

Problem to establish a connection between Client.exe and Server.exe using the No-ip service

I have a remote access application and needed to receive connections from my clients using the No-ip service (no-ip.com), since external ip is always dynamic. So I've already done all the settings correctly (from the Server.exe side) su...
asked by 18.11.2015 / 18:20