[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ANN: InternetModem Telnet/Serial bridge



Hey guys,

I've been working on this piece of software for a while...actually, it's 
been on the shelf for quite a while...I just got it out today and played 
with it.  Anyway, it's a modem emulator in that it accepts standard Hayes AT 
commands (ATD,ATEx,ATQx,ATI,AT&V,ATH,etc.).  It recognizes the "+++" escape 
sequence, but i've not been able to type the 3 +'s in fast enough for it to 
catch it.  METAL doesn't have a problem though.

So you can set it up to listen to a telnet port and connect the incoming 
calls to the serial port.  It sends out the RING & CONNECT to the serial 
port depending on the configuration. It can send out either numeric result 
codes or result strings.  I'll get more docs typed up on it in the near 
future.

Also, you can dial out with it from Proterm.  Using the command "atd 
boycot.no-ip.com:9999" will get you connected up with my BBS.  You can also 
use IP addresses "atd 192.168.0.101:9999".

Anyway, it's available at http://boycot.no-ip.com/InternetModem

Oh yeah, it's gonna require Microsoft DotNetFramework v2.0 (download link is 
on the page).