Re: Serial Ports and Perl

2017-10-27 Thread Martin McCormick
Andy Smith writes: > Hi Martin, > > I have been using it successfully for a long time, but all I do is > read whole lines from the serial device like: > > my $dev = '/dev/ttyUSB0'; > my $port = Device::SerialPort->new($dev); > > $port->baudrate(57600); >

Re: Serial Ports and Perl

2017-10-26 Thread Richard Hector
On 27/10/17 15:38, Martin McCormick wrote: > A perldoc of Device::SerialPort says that lookfor is > supposed to block or hold until a character string emerges from > the port as in /dev/ttyUSB0 or /dev/ttyS1. When I trace the > code, it just loops as fast as it can and never holds to wait

Re: Serial Ports and Perl

2017-10-26 Thread Martin McCormick
Andy Smith writes: > Hi Martin, > I have been using it successfully for a long time, but all I do is > read whole lines from the serial device like: > > my $dev = '/dev/ttyUSB0'; > my $port = Device::SerialPort->new($dev); > > $port->baudrate(57600); >

Re: Serial Ports and Perl

2017-10-26 Thread Fred
;) || die "something or other:$!\n"; This would open it for writing. You are using "sane" parameters that serial ports default to so you wouldn't need to specify them. Best regards, Fred Boatwright

Re: Serial Ports and Perl

2017-10-26 Thread Henning Follmann
On Thu, Oct 26, 2017 at 07:37:07PM -0500, Martin McCormick wrote: > The perl list I subscribe to seems to be on the fritz or I would > take the question there. I want to write code that receives from > a RS-232 port and I just can't seem to get it to do anything. > > The port I am reading

Re: Serial Ports and Perl

2017-10-26 Thread Andy Smith
Hi Martin, On Thu, Oct 26, 2017 at 07:37:07PM -0500, Martin McCormick wrote: > If anybody has gotten the perl Device::SerialPort to > work, I am interested to know what I am doing or not doing. I have been using it successfully for a long time, but all I do is read whole lines from the

Serial Ports and Perl

2017-10-26 Thread Martin McCormick
The perl list I subscribe to seems to be on the fritz or I would take the question there. I want to write code that receives from a RS-232 port and I just can't seem to get it to do anything. The port I am reading is connected to a scanner radio and produces generally short lines of text

Re: How to use serial ports?

2011-05-14 Thread Tapio Lehtonen
Chris Brennan kirjoitti: Sorry if this is slightly OT, I've often wondered about using serial-console to access my 3 local headless servers here, Camaleón link was very useful for the software side of it, what about the hardware side, not the com devices, but what type of cabling is

Re: How to use serial ports?

2011-05-14 Thread Tapio Lehtonen
settings. Only one serial port was enabled, I now enabled both just for the heck of it. But I suspect the reason the one port did not work was a PCI slot using the same interrupt. I changed the interrupts and now both serial ports work, checked with kermit and gtkterm. Also getty allows logging

Re: How to use serial ports?

2011-05-14 Thread Doug
and setserial show the port. Now I did check BIOS settings. Only one serial port was enabled, I now enabled both just for the heck of it. But I suspect the reason the one port did not work was a PCI slot using the same interrupt. I changed the interrupts and now both serial ports work, checked

Re (2): How to use serial ports?

2011-05-14 Thread peasthope
Tapio, From: Tapio Lehtonen tapio.lehto...@dnainternet.net Date: Sat, 14 May 2011 18:51:37 +0300 I changed the interrupts and now both serial ports work, ... One more detail. Typically com1 will have a DE-9 connector soldered to the mainboard and com2 has a 9 or 10 pin header on the board

How to use serial ports?

2011-05-13 Thread Tapio Lehtonen
I try to connect two pc hosts with serial ports with a null modem cable. I assumed starting kermit on both ends, setting line, speed etc. to suitable values would allow me to see what I type on the other end. But no such luck. I admit it is 9 years since I last used serial ports for anything

Re: How to use serial ports?

2011-05-13 Thread Frank Miles
Serial ports can be pretty opaque. Do you know if both serial ports were enabled in your BIOS? Can you find out if the relevant ports appear enabled in the system logs? Do you have any hardware diagnostic tools? i.e. one of those LED-based serial port monitors? Do you have flow control (RTS

Re: How to use serial ports?

2011-05-13 Thread peasthope
Tapio, From: Tapio Lehtonen tapio.lehto...@dnainternet.net Date: Fri, 13 May 2011 16:04:30 +0300 I try to connect two pc hosts with serial ports with a null modem cable. PPP over a null modem and through modems and telephone lines have worked here for years. Configurations here. http

Re: How to use serial ports?

2011-05-13 Thread Camaleón
On Fri, 13 May 2011 16:04:30 +0300, Tapio Lehtonen wrote: I try to connect two pc hosts with serial ports with a null modem cable. I assumed starting kermit on both ends, setting line, speed etc. to suitable values would allow me to see what I type on the other end. But no such luck

Re: How to use serial ports?

2011-05-13 Thread Tapio Lehtonen
) is a 16550A root@phb:~# setserial -g /dev/ttyS* /dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4 /dev/ttyS1, UART: unknown, Port: 0x02f8, IRQ: 3 /dev/ttyS2, UART: unknown, Port: 0x03e8, IRQ: 4 /dev/ttyS3, UART: unknown, Port: 0x02e8, IRQ: 3 root@phb:~# The computer has two serial ports, so I am

Re: How to use serial ports?

2011-05-13 Thread Chris Brennan
, UART: unknown, Port: 0x02e8, IRQ: 3 root@phb:~# The computer has two serial ports, so I am a bit worried that only one shows in the above. Maybe the other is disabled in BIOS. I'll check next time I boot. No breakout box or any such fancy stuff. The null modem cables I used did work last

Woody ... Squeeze, PPP works over a null modem; was Re (2): How to use serial ports?

2011-05-13 Thread peasthope
From: peasth...@shaw.ca Date: Fri, 13 May 2011 09:57:26 -0800 May 13 08:56:14 dalton pppd[2046]: but I couldn't find any suitable secret (password) for it to use to do so. Previously, PPP would refer to /etc/passwd but seems to have forgotten that. In setting up the fresh machine I put

Re: IBM thinkpad A22 serial ports and debian

2009-02-09 Thread Emanoil Kotsev
John Lindsay wrote: I have installed Debian on my Thinkpad A22. Seems to be working fine except for the wireless. I also have Wine installed as I want to run an executable program that downloads a file to an FTA receiver via the serial port. Do I need to 'turn on' the serial port under Linux

IBM thinkpad A22 serial ports and debian

2009-02-06 Thread John Lindsay
I have installed Debian on my Thinkpad A22. Seems to be working fine except for the wireless. I also have Wine installed as I want to run an executable program that downloads a file to an FTA receiver via the serial port. Do I need to 'turn on' the serial port under Linux or would it already

No serial ports found after 2.6 kernel upgrade

2006-05-07 Thread Tony Terlecki
I upgraded my kernel a few weeks ago and, because I rarely use my serial ports (only for the odd FAX), I never noticed they were missing until today. I'm running 2.6.15 on a Testing build and have compiled in most of the serial driver support for good measure, i.e.: CONFIG_SERIAL_8250

Re: No serial ports found after 2.6 kernel upgrade

2006-05-07 Thread Martin A. Brooks
Tony Terlecki wrote: Maybe there is something outside of the serial drivers support I need to include in the kernel build? I'm running 2.6.15 with the following serial options: myth:~# grep SERIAL /usr/src/linux/.config # CONFIG_SERIAL_NONSTANDARD is not set CONFIG_SERIAL_8250=y

Re: No serial ports found after 2.6 kernel upgrade

2006-05-07 Thread Tony Terlecki
. Some were static and some were loaded via modules. I've recompiled with all of them statically in the kernel and that seems to have done the trick. For some reason I thought that the modules would have been automatically loaded on boot when probing for serial ports (shows how little I know about

[Q] PCI card with serial ports giving trouble

2004-06-07 Thread Erich . Waelde
Hello all, I have no good idea where to start, so I opted for this list (after google and yahoo). Please CC me on any replies, as I'm not on the list. I use a PCI card with 4 serial (and 1 parallel) ports, namely an EXSYS 16950/954 card. The card is recognized by the kernel, the ports (and

Enabling Serial ports

2003-01-12 Thread Jacob S .
Yikes... I didn't realize how inexperienced I was with using my serial ports in Linux until I started trying to play with a little Intrinsyc CerfCube here. Kernel 2.4.18 with the serial module compiled into the kernel. dmesg | less shows mention of /dev/ttyS02 and /dev/ttyS03 on irq 4 and 3

Re: Enabling Serial ports

2003-01-12 Thread nate
Jacob S. said: Yikes... I didn't realize how inexperienced I was with using my serial ports in Linux until I started trying to play with a little Intrinsyc CerfCube here. Kernel 2.4.18 with the serial module compiled into the kernel. dmesg | less shows mention of /dev/ttyS02 and /dev/ttyS03

Re: Enabling Serial ports

2003-01-12 Thread Jacob S .
On Sun, 12 Jan 2003 21:15:30 -0800 (PST) nate [EMAIL PROTECTED] wrote: Jacob S. said: Yikes... I didn't realize how inexperienced I was with using my serial ports in Linux until I started trying to play with a little Intrinsyc CerfCube here. Kernel 2.4.18 with the serial module

Newbie question - Serial Ports

2002-10-16 Thread deFreese, Barry
Hello, I finally got the ecpa driver for my 8 port Digi board to compile and run. It created the 8 serial devices ttyD000 through ttyD007. I have a modem on port 1 and port 1 or ttyD000 and ttyD001. I installed minicom to see if I could shoot some AT commands to them just to test and I get

RE: Newbie question - Serial Ports

2002-10-16 Thread deFreese, Barry
- Former CIO at Dell -Original Message- From: deFreese, Barry [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 1:24 PM To: '[EMAIL PROTECTED]' Subject: Newbie question - Serial Ports Hello, I finally got the ecpa driver for my 8 port Digi board to compile and run. It created

Re: Newbie question - Serial Ports

2002-10-16 Thread Grant Edwards
In muc.lists.debian.user, you wrote: If I run stty /dev/ttyD000 -a I do get a bunch of output including the buad rate (9600), however most of the other output I don't understand. man stty It explains what all that output means. Is there a good utility to test a serial port and also see

Re: How to set serial ports over reboot

2002-06-29 Thread Donald R. Spoon
Kent West [EMAIL PROTECTED] wrote: I need to use setserial to set the parms on /dev/ttyS3. I can do this, but the settings don't hold over a reboot. man setserial refers to /etc/setserial.conf, but there is no such file. A locate setserial.conf doesn't return the location of such a file

How to set serial ports over reboot

2002-06-28 Thread Kent West
I need to use setserial to set the parms on /dev/ttyS3. I can do this, but the settings don't hold over a reboot. man setserial refers to /etc/setserial.conf, but there is no such file. A locate setserial.conf doesn't return the location of such a file either, although there are similar files

Re: How to set serial ports over reboot

2002-06-28 Thread Colin Watson
On Fri, Jun 28, 2002 at 04:02:03PM -0500, Kent West wrote: (Also, I understand it's a bug for a Debian package to ship without a man page; is it also a bug for the man page to be wrong? Of course. I don't know the answer to your particular problem, although for what it's worth 'dpkg -L

Re: Diagnosing serial ports

2002-06-15 Thread nate
working(e.g, enabled in bios, and kernel detects it properly at the right i/o and irq address) that would be good. if your board has 2 serial ports you could do a serial console to the other port, with a null modem cable..just edit /etc/inittab, change the line that says for serial console

Diagnosing serial ports

2002-06-14 Thread Andrew Perrin
This is a followup to yesterday's attempt to get a CoStar Labelwriter XL working under linux. I plugged the thing into a windows laptop and it printed fine, so the problem is not in the printer. If I start statserial, point it at /dev/ttyS1, and plug/unplug the printer from the computer, the

serial ports

2001-07-12 Thread John Griffiths
I've just installed a PCI I/O card to add some serial ports to a boc I want to hang some modems off... is there any trick to getting the pppd to recognise the exrt serial ports? thanks muchly, John

Re: serial ports

2001-07-12 Thread J.A.Serralheiro
I think you must load a module to identify those ports. I also think that serial.o does such. Once I read something about multiport boards in setserial man pages. Try that. Theres also the serial howto you can check

I have no serial ports?

2001-03-21 Thread jdls
hello, I am having some problems with my serial ports... From ls -l /dev/ttyS* shows.. crw-rw1 root dialout4, 64 Jul 5 23:14 /dev/ttyS0 crw-rw1 root dialout4, 65 Jul 5 23:14 /dev/ttyS1 crw-rw1 root dialout4, 66 Jul 5 23:14 /dev/ttyS2 crw-rw

Re: I have no serial ports?

2001-03-21 Thread Nate Amsden
should see CONFIG_SERIAL=y if you see CONFIG_SERIAL=m then try 'modprobe serial' if you see CONFIG_SERIAL=n then recompile your kernel. i believe all the default debian kernels come with serial support enabled. also it helps if your serial ports in the bios are hard coded to settings not set

Re: Serial ports - how to get them to coexist peacefully...

2001-02-18 Thread John Quirk
- Original Message - From: hogan [EMAIL PROTECTED] To: [EMAIL PROTECTED]; debian-user@lists.debian.org; LUV-talk mailing list [EMAIL PROTECTED] Sent: Sunday, February 18, 2001 1:44 AM Subject: Re: Serial ports - how to get them to coexist peacefully... Only problem is, seems one

Re: Serial ports - how to get them to coexist peacefully...

2001-02-17 Thread John Quirk
hogan wrote: Can I make the onboard and oncard ttyS's play nice on same IRQ? or should I play musical jumpers until they're on separate IRQs? What I did when presented with this problem was to do a bit of surgery on the old ISA board and change its IRQ to a spare in the computer I

Re: Serial ports - how to get them to coexist peacefully...

2001-02-17 Thread hogan
What I did when presented with this problem was to do a bit of surgery on the old ISA board and change its IRQ to a spare in the computer I was using. I cut one track solder a wire the new interrupt pad to get it to work. With setserial and this setup I was able to run four Serial Terminals of

Serial ports - how to get them to coexist peacefully...

2001-02-16 Thread hogan
play musical jumpers until they're on separate IRQs? Read something in 2.4.1 kernel config about making serial ports nice to one another when on same IRQ.. anything similar in 2.2.x? Should I go to 2.2.18 in interim? Will I need a custom compile? ... Will Danger Mouse save Penfold in time? :)

RE: Serial ports - how to get them to coexist peacefully...

2001-02-16 Thread Sean 'Shaleh' Perry
Can I make the onboard and oncard ttyS's play nice on same IRQ? ... or should I play musical jumpers until they're on separate IRQs? I would change the jumpers. Hoping the software ca multiplex is a recipe for disaster. Read something in 2.4.1 kernel config about making serial ports nice

Re: Serial ports - how to get them to coexist peacefully...

2001-02-16 Thread idalton
the onboard and oncard ttyS's play nice on same IRQ? ... or should I play musical jumpers until they're on separate IRQs? Making onboard serial ports share interrupts is vudu. Basically the serial port 'hardware' can either hold the interrupt line or let it 'float' when it isn't signalling

Re: Serial ports - how to get them to coexist peacefully...

2001-02-16 Thread Martin Albert
On Friday 16 February 2001 17:27, Sean 'Shaleh' Perry wrote: Can I make the onboard and oncard ttyS's play nice on same IRQ? ... or should I play musical jumpers until they're on separate IRQs? I would change the jumpers. Hoping the software ca multiplex is a recipe for disaster. And

Re: Serial ports - how to get them to coexist peacefully...

2001-02-16 Thread Craig Sanders
On Sat, Feb 17, 2001 at 03:16:44AM +1100, hogan wrote: Can I make the onboard and oncard ttyS's play nice on same IRQ? no. or should I play musical jumpers until they're on separate IRQs? yes. Read something in 2.4.1 kernel config about making serial ports nice to one another when

Configuring serial ports

2001-01-16 Thread Alec Smith
I'm trying to set up an Apple LaserWriter IINT to run off a PC. So far I have the DB9-DB25 cable and null modem connected. However, I'm having some trouble getting the serial port configured. As I understand the Apple documentation, I need - XON/XOFF handshake - 9600 baud - no parity - 7 data

Re: Configuring serial ports

2001-01-16 Thread David Wright
Quoting Alec Smith ([EMAIL PROTECTED]): I'm trying to set up an Apple LaserWriter IINT to run off a PC. So far I have the DB9-DB25 cable and null modem connected. However, I'm having some trouble getting the serial port configured. As I understand the Apple documentation, I need -

Two serial ports on a Linux laptop?

2000-12-25 Thread John Conover
Anyone done two serial ports on a Linux laptop? How did you do it? Thanks, John -- John ConoverTel. 408.370.2688 [EMAIL PROTECTED] 631 Lamont Ct. Cel. 408.772.7733 http://www.johncon.com/ Campbell, CA 95008 Fax. 408.379.9602

Re: Two serial ports on a Linux laptop?

2000-12-25 Thread matthschulz
Are there laptops with two serial ports in this world? Matth Am Montag, 25. Dezember 2000 13:08 schrieb John Conover: Anyone done two serial ports on a Linux laptop? How did you do it? Thanks, John

Re: Two serial ports on a Linux laptop?

2000-12-25 Thread C. Falconer
At 07:08 PM 12/25/00 +, you wrote: Anyone done two serial ports on a Linux laptop? How did you do it? You'll need to get a PCMCIA serial port card, probably quite expensive, to get the second port. Why do you need two? If one is for a mouse then consider getting a PS/2 mouse

Re: Two serial ports on a Linux laptop?

2000-12-25 Thread John Hasler
Criggie writes: Does linux support serial ports (rather than modems) on the PCMCIA bus? A modem is a serial port. -- John Hasler [EMAIL PROTECTED] Dancing Horse Hill Elmwood, Wisconsin

Dual serial ports on a laptop?

2000-11-15 Thread John Conover
Anyone using a laptop with a dual serial port PCMCIA? I need a brand that works. Thanks, John -- John ConoverTel. 408.370.2688 [EMAIL PROTECTED] 631 Lamont Ct. Cel. 408.772.7733 http://www.johncon.com/ Campbell, CA 95008 Fax. 408.379.9602

Getting than 4 serial ports working

2000-11-08 Thread John Anderson
I've just added two more serial ports into my computer (for a total of six). I added support into the kernel for than 4 serial ports. I added more ports with the MAKEDEV command, but I get the following message when I try to access the 5th or 6th port: kerr:~# statserial /dev/ttyS4 statserial

Something wrong with serial ports?

2000-11-01 Thread Petteri Heinonen
/ttyS1? I'll also give you dmesg output (only part concerningn PPP or serial ports): ttyS00 at 0x03f8 (irq = 4) is a 16550A ttyS01 at 0x02f8 (irq = 3) is a 16550A PPP: version 2.3.7 (demand dialling) TCP compression code copyright 1989 Regents of the University of California PPP line discipline

Re: Daemons that use the serial ports

2000-06-13 Thread Shaul Karl
On Mon, 12 Jun 2000, Shaul Karl wrote: Perhaps lock files in /var/lock/ can help? That's the problem, there's no LCK..ttyS0 or S1 in it. Just speculating: maybe lsof? Oki -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] /dev/null -- -- Shaul

Re: Daemons that use the serial ports

2000-06-12 Thread Shaul Karl
Hi, How do you know what daemons that currently using the serial ports? My system behaves strangely; when it was init'ed to single user, the serial ports (/dev/ttyS0 and S1) can be probed using setserial -a. But when it was other than single user, setserial -a said that the devices were

Re: Daemons that use the serial ports

2000-06-12 Thread Oki DZ
On Mon, 12 Jun 2000, Shaul Karl wrote: Perhaps lock files in /var/lock/ can help? That's the problem, there's no LCK..ttyS0 or S1 in it. Oki

Daemons that use the serial ports

2000-06-11 Thread Oki DZ
Hi, How do you know what daemons that currently using the serial ports? My system behaves strangely; when it was init'ed to single user, the serial ports (/dev/ttyS0 and S1) can be probed using setserial -a. But when it was other than single user, setserial -a said that the devices were busy

Re: serial ports faster that 38.4K?

2000-04-03 Thread David Wright
Quoting John Conover ([EMAIL PROTECTED]): How do you make the serial ports in 2.1 go faster than 38,400? The arg spd_vhi doesn't work any more, (setserial claims its depreciated, and it doesn't work,) but the docs claim that that is the way to do it. You said in your previous posting

Re: serial ports faster that 38.4K?

2000-04-01 Thread John Hasler
John writes: How do you make the serial ports in 2.1 go faster than 38,400? By telling them to. Speeds to 115200 are supported. -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hill Elmwood, WI

Re: modem trouble and Configuring serial ports failed

2000-02-06 Thread Shaul Karl
for some weeks now, I am aware that winmodems don't work w/ Linux. The modem is a Logicode 33H-P-CL, which I am told is not a winmodem, so that shouldn't be the cause of the problem. At boot time, a message does flash by saying Configuring serial ports failed. It doesn't however show up

modem trouble and Configuring serial ports failed

2000-02-05 Thread Jonathan Rich
that winmodems don't work w/ Linux. The modem is a Logicode 33H-P-CL, which I am told is not a winmodem, so that shouldn't be the cause of the problem. At boot time, a message does flash by saying Configuring serial ports failed. It doesn't however show up as part of the dmesg output (which I include below

HELP: problem with serial ports....

1999-08-19 Thread Bruno Boettcher
Hello, i have the following problem, i can't acces the serial ports on my portable... support of the serial ports (dump) is compiled in the kernel, setserial gives back the right info, i can connect to the serial port using kermit, but nothing goes through, and after i made an echo to the port

Re: using 6 serial ports

1999-08-12 Thread ferret
-BEGIN PGP SIGNED MESSAGE- On Tue, 10 Aug 1999, Nico De Ranter wrote: Howdy, I added a board with 4 serial ports to my PC. I can access the first two serial ports on that board but I do not succeed in connecting to the other 2 ports. I added support for more then 4 serial

using 6 serial ports

1999-08-10 Thread Nico De Ranter
Howdy, I added a board with 4 serial ports to my PC. I can access the first two serial ports on that board but I do not succeed in connecting to the other 2 ports. I added support for more then 4 serial ports to the kernel and I added some setserial lines to /etc/rc.boot/0setserial

Re: using 6 serial ports

1999-08-10 Thread Michelle Konzack
, you wrote This was the original Message: MK MKHowdy, MK MKI added a board with 4 serial ports to my PC. I can access the MKfirst two serial ports on that board but I do not succeed in connecting MKto the other 2 ports. I added support for more then 4 serial ports MKto the kernel and I

Re: Extra serial ports

1999-08-03 Thread Lindsay Allen
On Mon, 2 Aug 1999, Nico De Ranter wrote: Howdy, for a test setup I need a PC with 4 serial ports (ppp server). Can I simply plugin any PCI board with 2 serial ports or will I need any hardware specific drivers? I believe this used to work fine with an ISA board with 2 serial ports

Re: Extra serial ports

1999-08-03 Thread ferret
-BEGIN PGP SIGNED MESSAGE- On Mon, 2 Aug 1999, Johann Spies wrote: On Mon, 2 Aug 1999, Nico De Ranter wrote: for a test setup I need a PC with 4 serial ports (ppp server). Can I simply plugin any PCI board with 2 serial ports or will I need any hardware specific drivers? I

Extra serial ports

1999-08-02 Thread Nico De Ranter
Howdy, for a test setup I need a PC with 4 serial ports (ppp server). Can I simply plugin any PCI board with 2 serial ports or will I need any hardware specific drivers? I believe this used to work fine with an ISA board with 2 serial ports but I have never tried a PCI version and I can only

Re: Extra serial ports

1999-08-02 Thread Johann Spies
On Mon, 2 Aug 1999, Nico De Ranter wrote: for a test setup I need a PC with 4 serial ports (ppp server). Can I simply plugin any PCI board with 2 serial ports or will I need any hardware specific drivers? I believe this used to work fine with an ISA board with 2 serial ports but I have never

Re: Std. Serial ports beyond 115K?

1999-02-26 Thread Jonathan Guthrie
On Tue, 23 Feb 1999, Dimitri Patakidis wrote: I want to connect an external ISDN to my system using the MB's standard serial ports. However, everything's telling me I can only push 115K through these serial ports - far less than the theoretical max of an ISDN TA that does V.42bis. Any

Re: Std. Serial ports beyond 115K?

1999-02-26 Thread Jonathan Guthrie
On Tue, 23 Feb 1999, Kevin Traas wrote: My big thing is that I want/need Dial- Bandwidth-on-Demand support - very big requirements. I don't think these little ISDN routers provide the level of control that I want. (If you know different, please let me know.) All of the little ISDN routers

Std. Serial ports beyond 115K?

1999-02-24 Thread Kevin Traas
I want to connect an external ISDN to my system using the MB's standard serial ports. However, everything's telling me I can only push 115K through these serial ports - far less than the theoretical max of an ISDN TA that does V.42bis. Any comments/suggestions on overclocking ;-) built

(Oops. Again with no HTML) Std. Serial ports beyond 115K?

1999-02-24 Thread Kevin Traas
I want to connect an external ISDN to my system using the MB's standard serial ports. However, everything's telling me I can only push 115K through these serial ports - far less than the theoretical max of an ISDN TA that does V.42bis. Any comments/suggestions on overclocking ;-) built

Re: Std. Serial ports beyond 115K?

1999-02-24 Thread Dimitri Patakidis
800, you wrote: >>>> I want to connect an external ISDN to my system using the MB's standard serial ports. However, everything's telling me I can only push 115K through these serial ports - far less than the theoretical max of an ISDN TA that does V.42bis. Any comments/suggestions

Re: Std. Serial ports beyond 115K?

1999-02-24 Thread Kevin Traas
Patakidis [EMAIL PROTECTED]To: Kevin Traas [EMAIL PROTECTED]Cc: debian-user@lists.debian.org debian-user@lists.debian.orgDate: Tuesday, February 23, 1999 8:17 PMSubject: Re: Std. Serial ports beyond 115K?Hi there Kevin :)The best way to get the most bang for your ISDN buck

Re: Std. Serial ports beyond 115K?

1999-02-24 Thread Jens B. Jorgensen
it at a previous job. Now, I too am actually in the market for a higher-speed ISDN configuration. So here's the deal. Modern 16550A serial ports don't do more than 115.2kbps even though theoretically the 16550A can go up to 460.8kbps (the chip uses an input signal which is divided to come up with the reference

Re: (Oops. Again with no HTML) Std. Serial ports beyond 115K?

1999-02-24 Thread Chuck Mead
On Tue, 23 Feb 1999, Kevin Traas wrote: I want to connect an external ISDN to my system using the MB's standard serial ports. However, everything's telling me I can only push 115K through these serial ports - far less than the theoretical max of an ISDN TA that does V.42bis. Any comments

Debian Linux hangs while setting up serial ports

1998-08-23 Thread Allen Unrau
Hello. I just installed Debian Linux from CD, but after I re-booted my machine hung while setting up the serial ports. I found a script called 0setserial and I removed the comments for the corresponding serial ports that I have physically installed, but it still tries to install more serial ports

Serial Ports.

1998-03-12 Thread Graham Lillico +44 1785 248131
Hi, Does anyone know why on boot up my Serial ports are displayed as /dev/tty00 and /dev/tty01? I have tried running the 0setserial script from /rc.boot/ (i think thats correct) and that says they are /dev/ttyS0 and /dev/ttyS1 but it also produces a wierd error, something like; cannot

Re: Serial Ports.

1998-03-12 Thread David Wright
On Thu, 12 Mar 1998, Graham Lillico +44 1785 248131 wrote: Does anyone know why on boot up my Serial ports are displayed as /dev/tty00 and /dev/tty01? Don't know about the /dev/ but my kernel (serial built-in) says: Serial driver version 4.13 with no serial options enabled tty00 at 0x03f8

Re: Interrupts and serial ports

1998-01-22 Thread W Paul Mills
On Wed, 21 Jan 1998 [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- On Tue, 20 Jan 1998, W Paul Mills wrote: I have my modem and my UPS both connected to serial ports with the same interupt. Seems to work OK. These are both on the same card which was modified (not a lot

Re: Interrupts and serial ports

1998-01-21 Thread W Paul Mills
I have my modem and my UPS both connected to serial ports with the same interupt. Seems to work OK. These are both on the same card which was modified (not a lot of fun) to share the interupt. JDR Microdevices sells a 4-port serial board that is supposed to support shared interupts. On Sun, 11

Re: Interrupts and serial ports

1998-01-21 Thread dg
-BEGIN PGP SIGNED MESSAGE- On Tue, 20 Jan 1998, W Paul Mills wrote: I have my modem and my UPS both connected to serial ports with the same interupt. Seems to work OK. These are both on the same card which was modified (not a lot of fun) to share the interupt. JDR Microdevices sells

Re: Interrupts and serial ports

1998-01-21 Thread Tim Sailer
[EMAIL PROTECTED] wrote: You talk about a JDR Microdevices card with 4 ports. is it supported by linux??? How much does it cost??? Because I could use some more ports at a communication box at work, which should run Debian, if everything goes right. AST used to make a 4 port card that used 1

Re: Some remarks: Interrupts and serial ports

1998-01-14 Thread Adrian Bridgett
On Tue, Jan 13, 1998 at 07:38:33PM +0100, Wojtek Zabolotny wrote: Hi all! I've read a discussion about serial ports and interrupts and still have some doubts. WHY KERNEL'S SERIAL DRIVER IS WRITTEN IN THIS WAY THAT IT'S IMPOSSIBLE TO SHARE INTERRUPTS? I think it is more of a case

Some remarks: Interrupts and serial ports

1998-01-13 Thread Wojtek Zabolotny
Hi all! I've read a discussion about serial ports and interrupts and still have some doubts. WHY KERNEL'S SERIAL DRIVER IS WRITTEN IN THIS WAY THAT IT'S IMPOSSIBLE TO SHARE INTERRUPTS? From the hardware point of view it should be quite possible. The interrupt line is driven by a three

Re: Interrupts and serial ports

1998-01-12 Thread Dan Hugo
] - ... # # The typical user will only have 2 serial ports. To try and minimise # problems, all other configurations have been commented out! # ${SETSERIAL} -b /dev/ttyS2 ${AUTO_IRQ} skip_test autoconfig ${STD_FLAGS} ${SETSERIAL} -b /dev/ttyS3 ${AUTO_IRQ} skip_test autoconfig ${STD_FLAGS

Re: Interrupts and serial ports

1998-01-12 Thread dg
-BEGIN PGP SIGNED MESSAGE- On Sun, 11 Jan 1998, Dan Hugo wrote: ttyS1 - PalmPilot (or whatever it's called now). Cool! I've got a Psion S3a on a ttySx port attached. I'm not necessarily short on interrupts yet, but I figured it would be interesting of the slower items could just

Re: Interrupts and serial ports

1998-01-12 Thread Jens B. Jorgensen
The parallel port kernel driver doesn't use the interrupt by default, it uses polling. (It even says so in the boot messages, at least with my kernel.) [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- On Sun, 11 Jan 1998, Dan Hugo wrote: ttyS1 - PalmPilot (or whatever it's

Re: Interrupts and serial ports

1998-01-12 Thread Ben Pfaff
So I have taken every port to it's own interupt. But my question is: Why can I share interupt with parallel ports? I have lp1 and lp3 on the same interupt, and printing and the access to my Zip drive works fine! Chances are that, under Linux, lp1 is not really using an interrupt. The

Interrupts and serial ports

1998-01-11 Thread Dan Hugo
I have a SIIG serial port ISA card so I can add on two more serial ports. I was looking through /etc/rc.boot/0setserial to see how everything is configured, and I noticed that in the manual configuration section, it attempts to setup the COM1/3 and COM2/4 ports to irq's 4 and 3, respectively

Re: Interrupts and serial ports

1998-01-11 Thread dg
extra serials as /dev/ttyS2 and /dev/ttyS3 (COM3: and COM4:) with interupts 11 and 12. And I have edited the 0setserial file as shown below: - /etc/rc.boot/0setserial --- [snip] - ... # # The typical user will only have 2 serial ports. To try and minimise

Setting serial ports

1997-09-14 Thread Carl Flippin
I have some strange IRQ settings for my serial ports. Linux doesn't autoprobe properly. I've read in the manual that this can be corrected by via setserial. This seems a rather inelegant solution. Is there a way similar to the pas16=0x388,20 I use for my CD-ROM controller to override

Re: Serial ports/Speak Freely/Video/Installation Dependencies...

1997-03-09 Thread Craig Sanders
of your serial ports, for all applications - getty, mgetty, kermit, minicom etc. If you are using mgetty then you do not need to use uugetty - mgetty can do everything the getty_ps/uugetty can do and a whole lot more. Also, on another subject, is there any way network audio system can co-exist

Serial ports/Speak Freely/Video/Installation Dependencies...

1997-03-06 Thread Mark Lever
Hi all, I just joined the mailing list since I just upgraded my 2 year old Slackware installation to Debian 1.2.7 from ftp.debian.org. All in all, I'd have to say I'm pleased but there are a few nagging questions. getty processed on ttyS1 block modem access to cua1. When a getty is running

Re: Serial ports/Speak Freely/Video/Installation Dependencies...

1997-03-06 Thread Boris D. Beletsky
On Wed, 5 Mar 1997,, Mark wrote: Mark Hi all, Mark Mark I just joined the mailing list since I just upgraded my 2 year Mark old Slackware installation to Debian 1.2.7 from ftp.debian.org. Mark Mark All in all, I'd have to say I'm pleased but there are a few Mark nagging questions. Mark

Re: Serial ports/Speak Freely/Video/Installation Dependencies...

1997-03-06 Thread Nicolás Lichtmaier
On Wed, 5 Mar 1997, Mark Lever wrote: getty processed on ttyS1 block modem access to cua1. When a getty is running (getty, agetty, uugetty or mgetty) and I try to run kermit (or minicom or statserial) I get a can't open device error. Why? They didn't used to. Is this a new kernel feature?

  1   2   >