using hyperterminal
    Andrew L. Gould 
    algould at datawok.com
       
    Sun Mar  7 14:35:15 PST 2004
    
    
  
On Sunday 07 March 2004 04:06 pm, Kyryll A Mirnenko wrote:
>   How is `tip` related to well-known windows' hyperterminal? E.g. can I use
> hyperterm-to-tip style connection? If they're using different protocols, is
> there a BSD hyperterminal version?
>
My understanding of terminal emulation and remote access is very limited.  
Also, I know next to nothing about tip.
However, I've had a certain amount of success using kermit in FreeBSD to dial 
into a vendor's server when I was supposed to be using hyperterminal in 
Windows .  I use kermit to dial the modem, use the vendor's command line menu 
interface and to transfer files.
Here's the contents of a kermit script I use to dial a certain vendor:
-----start script file
#!/usr/local/bin/kermit
set line /dev/modem
set speed 57600
set dial connect on
dial <phone number>
-----end of script file
Have fun,
Andrew Gould
    
    
More information about the freebsd-questions
mailing list