Cheers
KS
---
This mail has been subject to an email virus scanner, and was given a clean
bill of health.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.282 / Virus Database: 150 - Release Date: 9/25/2001
Dave
Using a "normal" terminal emulator will require us having to use
screen-scraping (which is restrictive) and have too many windows popping up
on the server, which by the way, MUST be running as a NT service. We wrote
one such 6530 data-stream emulator/parser service over async and need to
port to Telnet. We're not sure if there are special negotiation protocols
or formats between the Tandem's Telnet server implementation and the Telnet
client, though.
The spirit of this parser/emulator would roughly (and I do mean ROUGHLY)
approximate what the BETEX and J6530 would provide as part of their emulator
subsystems. Java is no good for us, and BETEX's pricing is stratospheric.
Any help?
"Dave Bossi" <dave...@att.net> wrote in message
news:3CCD8231...@att.net...
Bob
"K.S.Lee" <l...@tm.net.mys> wrote in message news:<3ccd5...@news.tm.net.my>...
Dave
If that logic was employed universally, we would still be using Dante
or, worse yet, 6520's! The insatiable drive to build a better mousetrap
and our ability to store beer in glass bottles are what separate us from
the lower animals, IMO. And if a little intellectual orgasm results, so
much the better! We are human - this is what we do!
Yes.
I've actually done this, but for the 6510 emulation.
What you need to do is get a telnet OCX, you could certainly write
the telnet protocol from scratch using plain old Winsock, but you'll
save a lot of time and trouble if you buy the protocol.
Just do a Google search for "Telnet OCX" and a number of
products will come up.
Telnet implements a negotiation protocol (DO DONT WILL WONT)
I found that if I responded to all the DOs with WILLs and DONTs with
WONTs the Tandem end was happy.
When you establish a connection to the host you just feed any data
coming in from the telnet OCX as if it came from the serial data input
stream and anything typed needs to be routed to the telnet OCX rather
than the serial data output stream. It was pretty easy adding telnet
to my RS-232 emulation.
If you want more info, email me.
If this is to be a totally automated client you might want to convert
your connection to a control that can be added to an application. ie.
remove the screen and keyboard from the emulation and make them events
and methods respectively.
Ooops, that email address is a fake spam sheild.
You can email me at kkrooss at optonline dot net.
Mike Hartigan wrote:
> SNIP>>
> ... and our ability to store beer in glass bottles are what separate us from
I'm familiar with WebGate, and I'm not aware that Insession is in the habit
of giving away free stuff. I tried searching for Web6530, but I can't seem
to find it. Anyway, we are unable to use a web-based emulator in our app.
Thanks & Cheers
KS
"Bob Ferrier" <ferr...@tsainc.com> wrote in message
news:5314dac4.02043...@posting.google.com...
Regards
Bob
"K.S.Lee" <l...@tm.net.mys> wrote in message news:<3cd09...@news.tm.net.my>...