please help
I am trying to telnet into a zebra printer with C# and then run through the menu with values I supply and then want to be returned a value.
This is my code thus far: When I telnet with putty, I get prompted for a password, then after i put in the password I get the menu. So in my code I want to give the value "1234" as the password and I then want to be returned the menu. Please help Im stuck :(