Use the Microsoft Winsock Control to create a TCP connection to the server and read the RFC for Telnet communications. that should enable you to send data to the telnet server.

indeed the telnet sever is only listeing for ascii characters etc.. so you just have to use the winsock.send("login ...") method.

greetings UNI