Repeat Characters showing up in input stream (wodSSH / wodSSH.NET)
Hello,
I am having an issue with repeating text showing up when a break in the receive happens and splits apart a string of text. In my routine, I receive data and if I see a pause, I grab the ready data and go back to the top of my retrieve routine. In some cases, I retrieve the data in the middle of a text stream which causes the issue below.
When I use the command: objSSH.peek I see this below:
[7;32H20 [7;44HVI Set20
[8;32H22 [8;44HServicccccccccccccccccccccccccc <- repeating text
When I check the objssh.DebugFile debug file I see:
[7;32H20 [7;44HVI Set20
[8;32H22 [8;44HServic
Got 1460 bytes
e Desk Fw
[9;32H23 [9;44HField Test
In the next loop to get more data, the input received would be:
e Desk Fw [ has HEX 0A 0D added into the string as well!]
[9;32H23 [9;44HField Test
Thanks for your help!
Barry
Complete thread:
- Repeat Characters showing up in input stream - bmclellan, 2008-11-04, 05:26
- Re: Repeat Characters showing up in input stream - wodDamir, 2008-11-04, 08:57
- Re: Repeat Characters showing up in input stream - bmclellan, 2008-11-04, 15:12
- Re: Repeat Characters showing up in input stream - wodDamir, 2008-11-04, 15:45
- Re: Repeat Characters showing up in input stream - bmclellan, 2008-11-04, 16:50
- Re: Repeat Characters showing up in input stream - woddrazen, 2008-11-04, 17:42
- Re: Repeat Characters showing up in input stream - bmclellan, 2008-11-05, 14:27
- Re: Repeat Characters showing up in input stream - bmclellan, 2008-11-06, 20:46
- Re: Repeat Characters showing up in input stream - woddrazen, 2008-11-06, 22:20
- Re: Repeat Characters showing up in input stream - bmclellan, 2008-11-06, 23:16
- Re: Repeat Characters showing up in input stream - woddrazen, 2008-11-06, 23:54
- Re: Repeat Characters showing up in input stream - bmclellan, 2008-11-06, 23:16
- Re: Repeat Characters showing up in input stream - woddrazen, 2008-11-06, 22:20
- Re: Repeat Characters showing up in input stream - bmclellan, 2008-11-06, 20:46
- Re: Repeat Characters showing up in input stream - bmclellan, 2008-11-05, 14:27
- Re: Repeat Characters showing up in input stream - woddrazen, 2008-11-04, 17:42
- Re: Repeat Characters showing up in input stream - bmclellan, 2008-11-04, 16:50
- Re: Repeat Characters showing up in input stream - wodDamir, 2008-11-04, 15:45
- Re: Repeat Characters showing up in input stream - bmclellan, 2008-11-04, 15:12
- Re: Repeat Characters showing up in input stream - wodDamir, 2008-11-04, 08:57