- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kermit
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 07:40 AM
10-17-2001 07:40 AM
kermit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 07:48 AM
10-17-2001 07:48 AM
Re: kermit
This should be close:
kermit
set line /dev/ttyd0p7
set speed 19200 (or 9600)
You then can try 2 different approaches
set modem hayes (kermit is old so not that many modem types are defined)
DIAL 5551212
OR
connect
ATDT5551212
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 07:54 AM
10-17-2001 07:54 AM
Re: kermit
One more thing, if you are using the MDP (Modem Distribution Panel) I seem to remember that you can only use ports 2,3,4,5, & 6.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 08:03 AM
10-17-2001 08:03 AM
Re: kermit
I just checked my VsiFax setup which just happens to be on a K-box as well. I had to write a small C program to hold the port(s) open and then do some stty stuff to make the VsiFax rock-solid. The C can be compiled with
the bundled compiler and the startup/shutdown stuff is all in /sbin/init.d so that it's automatic. If you are interested, I can bundle that stuff up and post it.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 10:21 AM
10-18-2001 10:21 AM
Re: kermit
Hope the following steps can helps:
#kermit
kermit> set line /dev/ttyd0p7
kermit> set speed xxxx
kermit> set modem hayes
kermit> c
at
OK
atdt phone_number
Good luck,
Shawn