1
VoxCommando Basics and Core Features / Re: Trouble viewing incoming TCP info in VC
« on: October 02, 2023, 12:59:04 AM »
Hi, sorry, I was doing more experimentation and figured it out! Thank you for the reply.
I am, indeed, using Client.Connect. I needed to increase the delay when using Client.Write, maybe it was closing the connection before I got the response.
However, my response is followed by \x00\x00\x00 about 20 times, which I do not get in a normal telnet response. Is there a way to stop that from coming through or do I have to regex the result? I have to anyway but hopefully there is a better way to get rid of the \x00\'s or not see them at all?
I am, indeed, using Client.Connect. I needed to increase the delay when using Client.Write, maybe it was closing the connection before I got the response.
However, my response is followed by \x00\x00\x00 about 20 times, which I do not get in a normal telnet response. Is there a way to stop that from coming through or do I have to regex the result? I have to anyway but hopefully there is a better way to get rid of the \x00\'s or not see them at all?