Search found 5 matches

by noob
Tue Nov 17, 2009 4:31 am
Forum: NetBurner Software
Topic: TCP Testing connection
Replies: 1
Views: 2170

TCP Testing connection

Hello, I have a problem where theres a server running that will do a TCP poll every 5 minutes or so and I am experiencing that the connection will be lost. To deal with this I am currently having a 15 min timeout and then running the accept command again. Is there a better way to test that there is ...
by noob
Thu Nov 12, 2009 2:26 am
Forum: NetBurner Software
Topic: Understanding TCP
Replies: 8
Views: 5779

Re: Understanding TCP

Hello again, Well i have some moderate sucess, i was able to get my Mod5282 talking to a modbus master!!! Now im working on interactive webserver for remote settings changing and am trying to go through the example in for the iadweb (section 9.5 in the Netburner Programmers Guide). As i mentioned ea...
by noob
Sat Oct 31, 2009 5:45 pm
Forum: NetBurner Software
Topic: Understanding TCP
Replies: 8
Views: 5779

Re: Understanding TCP

Oh I don't have this "Finallly, don't forget the example code: C:\Nburn\examples\TCP, and in particular the TcpServerSelect folder." There is no TCP director, I have other TCP examples that I am using to figure out how it works, but not this particular one. Im working with the TCP2Serial e...
by noob
Sat Oct 31, 2009 3:25 pm
Forum: NetBurner Software
Topic: Understanding TCP
Replies: 8
Views: 5779

Re: Understanding TCP

Thank you very much. I was using google to try and decipher the functions and it wasn't quite right.
by noob
Fri Oct 30, 2009 4:00 pm
Forum: NetBurner Software
Topic: Understanding TCP
Replies: 8
Views: 5779

Understanding TCP

Hello, Ok so I am trying to figure out how I can Open a TCP connection (listen()) and accept the connection without blocking the rest of my code, so if there is no connection present it will continue to do its data processing and when a connection appears it will service that connection with its req...