serial card in SCO Unix


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users serial card in SCO Unix
# 8  
Old 08-01-2002
ok.. I have been throught the modem setup (mkdev Modem, mkdev serial) and everything looks good, comparing it to what you guys have said. Auto answer is on ... should the machine automatically pick up now ??? or do I have to set up UUCP ??????
I am dialing in from another computer using a program called NETTERM ??? are you guys familiar with this .. and if so .. any specific settings on this side ? I have it dialing out with SCO-ANSI as text and SCO-CONSOLE set ... should I use normal ANSI ????

Help Smilie



CHRIS
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Looking for driver for SunSAI/P 3.0 (Serial Asynchronous Interface) card X2156A

I'm looking for driver for SunSAI/P 3.0 (Serial Asynchronous Interface) card X2156A for Solaris. It used to be on sun-solve, but I fail to find it on the Oracle site. Any help would be very appreciated! (1 Reply)
Discussion started by: Ira28
1 Replies

2. SCO

Problems with network card in SCO

hello, i am new to unix and need support</SPAN></SPAN> </SPAN></SPAN>The problem is: I have a SCO 5.0.5 server, and has no local network access, I think my problem are the drivers for network card. my network card is Kingston EtheRx PCI Fast Ethernet Adapter KNE120TX and already installed the... (9 Replies)
Discussion started by: daniel_cie
9 Replies

3. Shell Programming and Scripting

Auto sending text files from SCO box to a PC via serial cable

I have an SCO system with several PC's hooked up via ProComm and serial cabling (no Ethernet). I want to occasionally transfer a small text file from the UNIX system to a specific PC without the PC operator having to do anything (she may be out to lunch or doing other work during the transfer) ... (0 Replies)
Discussion started by: gbrowne
0 Replies

4. UNIX for Dummies Questions & Answers

isa serial port adapter card no longer detectedworking

hi all, i've got an old PC with unix (SCO System V/386 rel. 3.2) on it. Pentium I; 128mb; ISA 2-port RS232 serial adapter card for an oki dot-matrix printer. (no usb, no CD) i've been running an old cobol program to do some invoicing and print reports. some time back i changed the... (0 Replies)
Discussion started by: frankpky
0 Replies

5. SCO

SCO 5.0.7 and Serial ATA HDD question

Hi guys, I have this quick question , is it posible to isntall SCO 5.0.7 on a serial ATA and if it is can you tell me how or maybe a website that has some info about this. I'm not using any raid, just one HDD. Thanks a lot (0 Replies)
Discussion started by: josramon
0 Replies

6. SCO

3c905b network card problem with SCO 5.0.5

Hi, I was wondering if anyone could help me out with this problem. I have SCO 5.0.5 installed on a system that I am using 3c905b (3 Com) network card. This system is always powered on. After no certain time period this NIC doesn't work. I can't ping to this system from any other machine or vice... (2 Replies)
Discussion started by: AtALoss
2 Replies

7. UNIX for Dummies Questions & Answers

Disable form feed on a serial printer connected to Sco OpenServer

I connected a serial printer to my scoOpenServer which works great. I was able to disable the banner in the interface of the printer. However i am unable to find the command in the interface to disable the formfeed . Below is a copy of the interface file. Please can anyone instruct me on how to... (0 Replies)
Discussion started by: scoman2
0 Replies

8. UNIX for Dummies Questions & Answers

Unix sco 5.0.6 Serial card

Hi guys how r you doing. I have a ISI 4608 is a serial card from multi-tech system, i'm installing it on sco 5.0.6. The driver version that i'm using is VER 3.01. the reason i'm doing this is because i have a APC power supply that works with unix. Ones i do the firts install of the... (1 Reply)
Discussion started by: josramon
1 Replies

9. Filesystems, Disks and Memory

SCO TCP/IP runtime System for SCO Unix

Hi everyone i have a question for all of you. It may be basic or it may be a good one. I recently aquired a copy of "SCO TCP/IP runtime System for SCO Unix" (thats what the disks say) and for the life of me i can not get it to load. i have tried opening the disk in linux and it can not determine... (0 Replies)
Discussion started by: Cerberus
0 Replies

10. Filesystems, Disks and Memory

terminal/port (serial) lock up mystery! SCO 5.0

Sorta new to Unix. great site here. I have SCO server with (5) 16 port Digi-boards and 5 line printers. For 3 years we've had no problems, till now... All of a sudden I get terminals and printers locking up. Killed the PID's for these particular situations. No help. So I disable the tty post... (10 Replies)
Discussion started by: ftn96
10 Replies
Login or Register to Ask a Question
NTWOC(4)						   BSD Kernel Interfaces Manual 						  NTWOC(4)

NAME
ntwoc -- Riscom/N2, N2pci, WANic 400 synchronous serial interfaces SYNOPSIS
ntwoc* at pci? dev ? function ? flags 0 ntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1 DESCRIPTION
The ntwoc device driver supports bit-synchronous serial communication using Cisco HDLC framing. The cards are capable of being driven by the line clock or from an internal baud rate generator. The devices all use the Hitachi hd64570 serial chip. The hd64570 supports 2 asynchro- nous/byte-synchronous/bit-synchronous serial ports, and has a 4-channel DMA controller for loading the serial port FIFOs. The ISA Riscom/N2 card has a jumper block to set the IRQ and a DIP switch to set the port address the card will use. The values programmed into the card must be specified with the port and irq locators in the kernel configuration line. The iomem locator must be specified and must occur on a 16k boundary. The driver uses a 16k region of io memory. Bit 0 of the flags locator indicates if there is a second serial port available on the card. Currently clock source and speed information is specified with the flags locator in the kernel configuration file. The flags field has the following format. 3 2 1 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 +-------------+ +-----+ +-----+ + +---+ +-+ + +---+ +-+ + tmc tdiv rdiv e1 rxs1 ts1 e0 rxs0 txs0 np(*) tmc Defines the timer constant. The base clock frequency is divided by tmc to generate the main clock for receiving and sending. Further division is possible with the tdiv and rdiv divisor options. A value of 0 is treated as 256. tdiv Defines the transmit divisor as 2^(tdiv). The internal transmit clock frequency is determined by dividing the base clock fre- quency by tmc and then dividing by 2^(tdiv). rdiv Defines the receive divisor as 2^(rdiv). The internal receive clock frequency is determined by dividing the base clock frequency by tmc and then dividing by 2^(rdiv). e0 e1 If true the internal clock source is used to drive the line clock for port 0 or port 1 respectively. rxs0 rxs1 Specifies which clock source to use for receiving data on port 0 and port 1 respectively. The following values are accepted: 0 Line clock. 1 Line clock with noise suppression. 2 Internal clock. txs0 txs1 Specifies which clock source to use for transmitting data on port 0 and port 1 respectively. The following values are accepted: 0 Line clock. 1 Internal clock. 2 Receive clock. np (For the ISA card only) A value of 1 indicates there is a second serial port present on the card. This is auto-detected on the PCI card and need not be specified. HARDWARE
Cards supported by the ntwoc driver include: SDL Communications Riscom/N2 SDL Communications N2pci SDL Communications WANic 400 (untested) DIAGNOSTICS
ntwoc0: TXDMA underrun - fifo depth maxed Indicates that the serial port's FIFO is being drained faster than DMA can fill it. The driver automatically increases the low-water mark at which to begin DMA transfers when underruns occur. This diagnostic is issued when the low- water mark is maximized (i.e., 1 less than the depth of the FIFO). ntwoc0: RXDMA buffer overflow Indicates that a frame is being received by the card, but there are no free receive buffers. SEE ALSO
intro(4), isa(4), pci(4), ifconfig(8) HISTORY
The PCI driver first appeared in NetBSD 1.4. Much of the ISA driver was adapted from the FreeBSD sr driver and first appeared in NetBSD 1.5. BUGS
Use of the flags locator for setting the clock sources and speeds should be replaced with ioctl's and a control program. BSD
October 2, 1998 BSD