Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to get for your free account now!
Telnet Server
Name: wille Date: October 5, 2008 at 12:29:05 Pacific OS: WINOWS XP Home Edition SP CPU/Ram: 3.2GHz
Comment:
Does anyone know how to make a simple telnet server using a language such as VB or VB.NET?
Summary: telnet is expecting to be connecting to a telnet server, which probably does a lot more than what your server is doing. So I would guess that you either need to upgrade your server to handle what the ...
Summary: hi scripting in telnet can be done in languages like Perl ,Python etc. For testing telnet, if you don't haave site to connect to for testing your telnet connections, you can set up your own telnet ser...
Summary: I am doing a microcontroller project that reads many sensors, and when one is triggered, sends a text message. On the micro side, the information is sent through RS232, to COM7 on my computer. On the...