Solaris Sparc5 and connecting with a PC via Hyper terminal


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Solaris Sparc5 and connecting with a PC via Hyper terminal
# 8  
Old 09-30-2001
Power

Thank you all, I appreciate all of your help on the problem I was having. But you will never believe this. After fighting with the hyperterminal connection I pulled out a multimeter and tested the cable (a brand new cable at that) and found out that it was busted. How do you like that. I tried a new cable and have been able to get in. Now my next journey is configuring the box so that I can telnet in through my router. Going from a Windows environment to UNIX should be interesting to say the least. But I am looking forward to the challenge. If any one has any advice, tips or tricks I am all ears. Thanks again for your help.Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Wireless connecting via CLI/Terminal

Do you use the CLI a lot and encounter new Wi-Fi sources, but don't want to/can't remember the commands to connect to the Internet?? I'm lazy. I mean, that's what scripting is for, right?? Efficiency means obtaining the maximum result with maximum laziness. I wrote this small script a while ago and... (0 Replies)
Discussion started by: Huitzilopochtli
0 Replies

2. UNIX for Dummies Questions & Answers

Problem connecting FreeBSD VM(Hyper-v) to internet

I created a VM for FreeBSD on hyper-v and i am having trouble connecting it to the internet. My virtual machine config are as below: 100 GB HD 1GB RAM Generation 1 Two Network adapters 1. Legacy Network Adapter 2. Network Adapter both are connected to network switch "Internet" which... (2 Replies)
Discussion started by: Vishawdeep
2 Replies

3. Solaris

Solaris ssh client hangs when connecting to another Solaris machine

Got a strange problem. I have 4 Solaris servers all configured the same, Solaris 10 x86 update 10. When I try to ssh from one Solaris 10 server to another server ssh hangs. I have an identical server and when I try this everything works fine. The weird thing is if I am root on the server... (1 Reply)
Discussion started by: ccj4467
1 Replies

4. Solaris

connecting to internet from solaris 10

hi there, hope your chakras are all doing well :-) just installed solaris 10 on my laptop, all seems fine except the internet. How can i connect on a DSL line?. spent 7 days and 3 nights trying but couldnt find the starting point.... alikun (22 Replies)
Discussion started by: alikun
22 Replies

5. UNIX for Dummies Questions & Answers

Connecting Solaris 10 to the Internet

This seems to be a common problem. I just installed Solaris 10 and do not have an internet connection. I am not that savy with Unix/Linux, although I have been using Linux in the past, and have never had any sort of problem detecting my internet connection. I have tried some things, but did not... (9 Replies)
Discussion started by: eric cartman
9 Replies

6. Solaris

Connecting Solaris from Window OS

Hi Experts, Recently I've purchased on laptop in which Window's Vista is the OS they have installed. With one of my friends help I've installed Solaris 10 using VMware. Both are working fine. Now I want to use putty to connect to Solaris from Windows OS. Also I want to use Ultraedit to open... (7 Replies)
Discussion started by: ganapati
7 Replies

7. Solaris

Connecting Solaris to Airport network

Hi, I've been trying to find out for the past two days how to set my Solaris 10 to join wireless network (Airport base station with ACL and wep or wpa on). Using ethernet is a bit out of question as I don't have an ethernet cable that would reach the other side of the house. Solaris 10... (1 Reply)
Discussion started by: giax
1 Replies

8. Solaris

Sun Server Hyper Terminal

Anyone know how to connect to a sun server using serial cable my client PC is also a Sun !!! I have the cable , just do not know how to start a terminal session in Sun . (1 Reply)
Discussion started by: civic2005
1 Replies

9. UNIX for Dummies Questions & Answers

New UNIX user connecting SOLARIS to XP

I am a new UNIX user. I am trying to connect a Windows XP laptop to a SOLARIS server. I have added the XPs hostname and IP address to the /ETC/hosts file. I am connecting through a hub. I am not able to telnet or ping in either direction. If I ping the server IP address on the server, I receive a... (8 Replies)
Discussion started by: jkuchar747
8 Replies

10. UNIX for Advanced & Expert Users

connecting to unix through hyper terminal - as a dumb terminal

I just changed from windows NT to XP and I am no longer able to connect to my unix system. I used to use hyper terminal -- which acts as dumb terminal to my main frame unix system. I think one of the options used to be "direct to comX". This option isn't listed now. I use a serial port and the... (2 Replies)
Discussion started by: michelle
2 Replies
Login or Register to Ask a Question
BAYCOM(9)						      Kernel Reference Guide							 BAYCOM(9)

NAME
baycom - amateur (AX.25) packet radio network driver for baycom modems SYNOPSIS
#include <linux/baycom.h> #include <linux/hdlcdrv.h> DESCRIPTION
The driver currently supports three different modems: ser12, par96 and par97. ser12 This is a very simple 1200 baud AFSK modem. The modem consists only of a modulator/demodulator chip, usually a TI TCM3105. The computer is responsible for regenerating the receiver bit clock. The modem connects to a serial port, hence the name. Since the serial port is not used as an async serial port, the kernel driver for serial ports cannot be used, and this driver only supports standard serial hardware (8250, 16450, 16550). par96 This is a modem for 9600 baud FSK compatible to the G3RUH standard. The modem does all the filtering and regenerates the receiver clock. Data is transferred from and to the PC via a shift register. The shift register is filled with 16 bits and an interrupt is signalled. The PC then empties the shift register in a burst. This modem connects to the parallel port, hence the name. par97 This is a redesign of the par96 modem by Henning Rech, DF9IC. The modem is protocol compatible to par96, but uses only three low power ICs and can therefore be fed from the parallel port and does not require an additional power supply. IOCTL CALLS
The ioctl calls follow the implementation in the hdlcdrv. BAYCOMCTL_GETMODEMTYPE returns the modem type (i.e. ser12 or par96) and the options in effect (currently only the source of the DCD signal) BAYCOMCTL_SETMODEMTYPE sets the modem type and the options. Only superuser can do this. BAYCOMCTL_GETDEBUG return some debugging values. Not always available. SEE ALSO
baycom (9), soundmodem (9), linux/drivers/net/hdlcdrv.c, AUTHOR
baycom was written by Thomas Sailer, HB9JNX/AE4WA, (t.sailer@alumni.ethz.ch). Linux 2.1.x 2 October 1996 BAYCOM(9)