* [gentoo-user] [OT] laptop desktop serial connection don't work on one direction
@ 2011-11-05 9:20 Kfir Lavi
2011-11-05 10:17 ` Mick
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Kfir Lavi @ 2011-11-05 9:20 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1563 bytes --]
Hi all,
I have a problem connecting my laptop to my server at home with a serial
cable.
I have cable end for /dev/ttyS0 and 2 cable ends for /dev/ttyUSB0.
This lets me test the connection between all serial outputs.
Desktop1-minicom <-> Desktop2-minicom
works with all connections, i.e ttyUSB0 <-> ttyUSB0, or ttyS0 <-> ttyUSB0
and viseversa.
So when connecting 2 desktop computers everything works as expected.
The problem:
When I connect my laptop to any of those desktops, I get just one way
connection!
If I swap the sides of the cable, the one way connection switch side.
The laptop doesn't have ttyS0, so it have to be connected via ttyUSB0
When I swap sides, it is just between two usb dongles.
The usb dongles are PL2303 both sides.
Settings of minicom is 38400 8n1 Hardware Flow Control=OFF
Laptop setserial:
setserial -a /dev/ttyUSB0
/dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
Baud_base: 460800, close_delay: 0, divisor: 0
closing_wait: infinte
Flags: spd_normal
Desktop1 setserial:
setserial -a /dev/ttyS0
/dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
Baud_base: 115200, close_delay: 50, divisor: 0
closing_wait: 3000
Flags: spd_normal skip_test
setserial -a /dev/ttyUSB0
/dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
Baud_base: 460800, close_delay: 0, divisor: 0
closing_wait: infinte
Flags: spd_normal
I tried to add the skip_test but this seems to be not working.
I'm not sure what to do next.
Any help will be appreciated,
Thanks,
Kfir
[-- Attachment #2: Type: text/html, Size: 1926 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] [OT] laptop desktop serial connection don't work on one direction
2011-11-05 9:20 [gentoo-user] [OT] laptop desktop serial connection don't work on one direction Kfir Lavi
@ 2011-11-05 10:17 ` Mick
2011-11-05 10:48 ` Kfir Lavi
2011-11-05 19:57 ` bill.longman
2011-11-05 12:30 ` bill.longman
2011-11-07 0:07 ` Jeremy McSpadden
2 siblings, 2 replies; 12+ messages in thread
From: Mick @ 2011-11-05 10:17 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 2051 bytes --]
On Saturday 05 Nov 2011 09:20:19 Kfir Lavi wrote:
> Hi all,
> I have a problem connecting my laptop to my server at home with a serial
> cable.
> I have cable end for /dev/ttyS0 and 2 cable ends for /dev/ttyUSB0.
> This lets me test the connection between all serial outputs.
> Desktop1-minicom <-> Desktop2-minicom
> works with all connections, i.e ttyUSB0 <-> ttyUSB0, or ttyS0 <-> ttyUSB0
> and viseversa.
> So when connecting 2 desktop computers everything works as expected.
>
> The problem:
> When I connect my laptop to any of those desktops, I get just one way
> connection!
> If I swap the sides of the cable, the one way connection switch side.
> The laptop doesn't have ttyS0, so it have to be connected via ttyUSB0
> When I swap sides, it is just between two usb dongles.
>
> The usb dongles are PL2303 both sides.
> Settings of minicom is 38400 8n1 Hardware Flow Control=OFF
>
> Laptop setserial:
> setserial -a /dev/ttyUSB0
> /dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
> Baud_base: 460800, close_delay: 0, divisor: 0
> closing_wait: infinte
> Flags: spd_normal
>
> Desktop1 setserial:
> setserial -a /dev/ttyS0
> /dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
> Baud_base: 115200, close_delay: 50, divisor: 0
> closing_wait: 3000
> Flags: spd_normal skip_test
>
> setserial -a /dev/ttyUSB0
> /dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
> Baud_base: 460800, close_delay: 0, divisor: 0
> closing_wait: infinte
> Flags: spd_normal
>
> I tried to add the skip_test but this seems to be not working.
> I'm not sure what to do next.
>
> Any help will be appreciated,
> Thanks,
> Kfir
I think that you will need the pin mapping of a 'null modem' to be able to
have bidirectional connectivity.
Have a look here:
http://en.wikipedia.org/wiki/Null_modem
I think I still have an RS-232 to D9 null modem adaptor somewhere in my bins
of spares.
HTH.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] [OT] laptop desktop serial connection don't work on one direction
2011-11-05 10:17 ` Mick
@ 2011-11-05 10:48 ` Kfir Lavi
2011-11-05 11:25 ` Kfir Lavi
2011-11-05 19:57 ` bill.longman
1 sibling, 1 reply; 12+ messages in thread
From: Kfir Lavi @ 2011-11-05 10:48 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2532 bytes --]
On Sat, Nov 5, 2011 at 12:17 PM, Mick <michaelkintzios@gmail.com> wrote:
> On Saturday 05 Nov 2011 09:20:19 Kfir Lavi wrote:
> > Hi all,
> > I have a problem connecting my laptop to my server at home with a serial
> > cable.
> > I have cable end for /dev/ttyS0 and 2 cable ends for /dev/ttyUSB0.
> > This lets me test the connection between all serial outputs.
> > Desktop1-minicom <-> Desktop2-minicom
> > works with all connections, i.e ttyUSB0 <-> ttyUSB0, or ttyS0 <-> ttyUSB0
> > and viseversa.
> > So when connecting 2 desktop computers everything works as expected.
> >
> > The problem:
> > When I connect my laptop to any of those desktops, I get just one way
> > connection!
> > If I swap the sides of the cable, the one way connection switch side.
> > The laptop doesn't have ttyS0, so it have to be connected via ttyUSB0
> > When I swap sides, it is just between two usb dongles.
> >
> > The usb dongles are PL2303 both sides.
> > Settings of minicom is 38400 8n1 Hardware Flow Control=OFF
> >
> > Laptop setserial:
> > setserial -a /dev/ttyUSB0
> > /dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
> > Baud_base: 460800, close_delay: 0, divisor: 0
> > closing_wait: infinte
> > Flags: spd_normal
> >
> > Desktop1 setserial:
> > setserial -a /dev/ttyS0
> > /dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
> > Baud_base: 115200, close_delay: 50, divisor: 0
> > closing_wait: 3000
> > Flags: spd_normal skip_test
> >
> > setserial -a /dev/ttyUSB0
> > /dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
> > Baud_base: 460800, close_delay: 0, divisor: 0
> > closing_wait: infinte
> > Flags: spd_normal
> >
> > I tried to add the skip_test but this seems to be not working.
> > I'm not sure what to do next.
> >
> > Any help will be appreciated,
> > Thanks,
> > Kfir
>
> I think that you will need the pin mapping of a 'null modem' to be able to
> have bidirectional connectivity.
>
> Have a look here:
>
> http://en.wikipedia.org/wiki/Null_modem
>
> I think I still have an RS-232 to D9 null modem adaptor somewhere in my
> bins
> of spares.
>
> HTH.
> --
> Regards,
> Mick
>
Hi and thanks for replaying.
This cable setup is working between the 2 desktop computers
bidirectionally. So, it seems that that part I got right.
The problem is when the laptop use the same cable connection and have just
one direction.
Basically, I need to cross pin 2 and 3, and I have the setup open, so I can
cross whatever pin I want.
Regards,
Kfir
[-- Attachment #2: Type: text/html, Size: 3394 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] [OT] laptop desktop serial connection don't work on one direction
2011-11-05 10:48 ` Kfir Lavi
@ 2011-11-05 11:25 ` Kfir Lavi
0 siblings, 0 replies; 12+ messages in thread
From: Kfir Lavi @ 2011-11-05 11:25 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 3018 bytes --]
On Sat, Nov 5, 2011 at 12:48 PM, Kfir Lavi <lavi.kfir@gmail.com> wrote:
>
>
> On Sat, Nov 5, 2011 at 12:17 PM, Mick <michaelkintzios@gmail.com> wrote:
>
>> On Saturday 05 Nov 2011 09:20:19 Kfir Lavi wrote:
>> > Hi all,
>> > I have a problem connecting my laptop to my server at home with a serial
>> > cable.
>> > I have cable end for /dev/ttyS0 and 2 cable ends for /dev/ttyUSB0.
>> > This lets me test the connection between all serial outputs.
>> > Desktop1-minicom <-> Desktop2-minicom
>> > works with all connections, i.e ttyUSB0 <-> ttyUSB0, or ttyS0 <->
>> ttyUSB0
>> > and viseversa.
>> > So when connecting 2 desktop computers everything works as expected.
>> >
>> > The problem:
>> > When I connect my laptop to any of those desktops, I get just one way
>> > connection!
>> > If I swap the sides of the cable, the one way connection switch side.
>> > The laptop doesn't have ttyS0, so it have to be connected via ttyUSB0
>> > When I swap sides, it is just between two usb dongles.
>> >
>> > The usb dongles are PL2303 both sides.
>> > Settings of minicom is 38400 8n1 Hardware Flow Control=OFF
>> >
>> > Laptop setserial:
>> > setserial -a /dev/ttyUSB0
>> > /dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
>> > Baud_base: 460800, close_delay: 0, divisor: 0
>> > closing_wait: infinte
>> > Flags: spd_normal
>> >
>> > Desktop1 setserial:
>> > setserial -a /dev/ttyS0
>> > /dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
>> > Baud_base: 115200, close_delay: 50, divisor: 0
>> > closing_wait: 3000
>> > Flags: spd_normal skip_test
>> >
>> > setserial -a /dev/ttyUSB0
>> > /dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
>> > Baud_base: 460800, close_delay: 0, divisor: 0
>> > closing_wait: infinte
>> > Flags: spd_normal
>> >
>> > I tried to add the skip_test but this seems to be not working.
>> > I'm not sure what to do next.
>> >
>> > Any help will be appreciated,
>> > Thanks,
>> > Kfir
>>
>> I think that you will need the pin mapping of a 'null modem' to be able to
>> have bidirectional connectivity.
>>
>> Have a look here:
>>
>> http://en.wikipedia.org/wiki/Null_modem
>>
>> I think I still have an RS-232 to D9 null modem adaptor somewhere in my
>> bins
>> of spares.
>>
>> HTH.
>> --
>> Regards,
>> Mick
>>
> Hi and thanks for replaying.
> This cable setup is working between the 2 desktop computers
> bidirectionally. So, it seems that that part I got right.
> The problem is when the laptop use the same cable connection and have just
> one direction.
>
> Basically, I need to cross pin 2 and 3, and I have the setup open, so I
> can cross whatever pin I want.
>
> Regards,
> Kfir
>
I have checked this with another laptop, and everything works as expected.
(serial connection ttyUSB0 from laptop to ttyUSB0 or ttyS0 on the desktop1).
setserial and stty shows the same output on both laptops, so my guess, it
is something related to the USB system?!
Can someone have a guess on this?
Regards,
Kfir
[-- Attachment #2: Type: text/html, Size: 4131 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] [OT] laptop desktop serial connection don't work on one direction
2011-11-05 9:20 [gentoo-user] [OT] laptop desktop serial connection don't work on one direction Kfir Lavi
2011-11-05 10:17 ` Mick
@ 2011-11-05 12:30 ` bill.longman
2011-11-05 13:28 ` Kfir Lavi
2011-11-07 0:07 ` Jeremy McSpadden
2 siblings, 1 reply; 12+ messages in thread
From: bill.longman @ 2011-11-05 12:30 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/html, Size: 2770 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] [OT] laptop desktop serial connection don't work on one direction
2011-11-05 12:30 ` bill.longman
@ 2011-11-05 13:28 ` Kfir Lavi
0 siblings, 0 replies; 12+ messages in thread
From: Kfir Lavi @ 2011-11-05 13:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1974 bytes --]
On Sat, Nov 5, 2011 at 2:30 PM, <bill.longman@gmail.com> wrote:
> Is there some inittab setting that's different on your laptop?
>
>
>
> -- Sent from my HP TouchPad
> ------------------------------
> On Nov 5, 2011 2:21 AM, Kfir Lavi <lavi.kfir@gmail.com> wrote:
> Hi all,
> I have a problem connecting my laptop to my server at home with a serial
> cable.
> I have cable end for /dev/ttyS0 and 2 cable ends for /dev/ttyUSB0.
> This lets me test the connection between all serial outputs.
> Desktop1-minicom <-> Desktop2-minicom
> works with all connections, i.e ttyUSB0 <-> ttyUSB0, or ttyS0 <-> ttyUSB0
> and viseversa.
> So when connecting 2 desktop computers everything works as expected.
>
> The problem:
> When I connect my laptop to any of those desktops, I get just one way
> connection!
> If I swap the sides of the cable, the one way connection switch side.
> The laptop doesn't have ttyS0, so it have to be connected via ttyUSB0
> When I swap sides, it is just between two usb dongles.
>
> The usb dongles are PL2303 both sides.
> Settings of minicom is 38400 8n1 Hardware Flow Control=OFF
>
> Laptop setserial:
> setserial -a /dev/ttyUSB0
> /dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
> Baud_base: 460800, close_delay: 0, divisor: 0
> closing_wait: infinte
> Flags: spd_normal
>
> Desktop1 setserial:
> setserial -a /dev/ttyS0
> /dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
> Baud_base: 115200, close_delay: 50, divisor: 0
> closing_wait: 3000
> Flags: spd_normal skip_test
>
> setserial -a /dev/ttyUSB0
> /dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
> Baud_base: 460800, close_delay: 0, divisor: 0
> closing_wait: infinte
> Flags: spd_normal
>
> I tried to add the skip_test but this seems to be not working.
> I'm not sure what to do next.
>
> Any help will be appreciated,
> Thanks,
> Kfir
>
No, it is the same as in the other laptop or servers.
Kfir
[-- Attachment #2: Type: text/html, Size: 2933 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] [OT] laptop desktop serial connection don't work on one direction
2011-11-05 10:17 ` Mick
2011-11-05 10:48 ` Kfir Lavi
@ 2011-11-05 19:57 ` bill.longman
2011-11-06 9:03 ` Kfir Lavi
2011-11-06 10:49 ` Maciej Grela
1 sibling, 2 replies; 12+ messages in thread
From: bill.longman @ 2011-11-05 19:57 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/html, Size: 3104 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] [OT] laptop desktop serial connection don't work on one direction
2011-11-05 19:57 ` bill.longman
@ 2011-11-06 9:03 ` Kfir Lavi
2011-11-06 13:27 ` Andrea Conti
2011-11-06 10:49 ` Maciej Grela
1 sibling, 1 reply; 12+ messages in thread
From: Kfir Lavi @ 2011-11-06 9:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2636 bytes --]
On Sat, Nov 5, 2011 at 9:57 PM, <bill.longman@gmail.com> wrote:
> Pardon my top post please.
>
> You'll have too ensure that you have only three wires. Line 2 to 3, line 3
> to 2 and line 5 straight through. I don't think you'll be able to get bi
> directional serial links if you have the other hardware lines connected.
>
> I have connected the wires by hand, 3-2 and 2-3 but without 5.
I'll try it again today with 5 connected, and post my findings.
Regards,
Kfir
>
>
>
> -- Sent from my HP TouchPad
> ------------------------------
> On Nov 5, 2011 3:17 AM, Mick <michaelkintzios@gmail.com> wrote:
> On Saturday 05 Nov 2011 09:20:19 Kfir Lavi wrote:
> > Hi all,
> > I have a problem connecting my laptop to my server at home with a serial
> > cable.
> > I have cable end for /dev/ttyS0 and 2 cable ends for /dev/ttyUSB0.
> > This lets me test the connection between all serial outputs.
> > Desktop1-minicom <-> Desktop2-minicom
> > works with all connections, i.e ttyUSB0 <-> ttyUSB0, or ttyS0 <->
> ttyUSB0
> > and viseversa.
> > So when connecting 2 desktop computers everything works as expected.
> >
> > The problem:
> > When I connect my laptop to any of those desktops, I get just one way
> > connection!
> > If I swap the sides of the cable, the one way connection switch side.
> > The laptop doesn't have ttyS0, so it have to be connected via ttyUSB0
> > When I swap sides, it is just between two usb dongles.
> >
> > The usb dongles are PL2303 both sides.
> > Settings of minicom is 38400 8n1 Hardware Flow Control=OFF
> >
> > Laptop setserial:
> > setserial -a /dev/ttyUSB0
> > /dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
> > Baud_base: 460800, close_delay: 0, divisor: 0
> > closing_wait: infinte
> > Flags: spd_normal
> >
> > Desktop1 setserial:
> > setserial -a /dev/ttyS0
> > /dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
> > Baud_base: 115200, close_delay: 50, divisor: 0
> > closing_wait: 3000
> > Flags: spd_normal skip_test
> >
> > setserial -a /dev/ttyUSB0
> > /dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
> > Baud_base: 460800, close_delay: 0, divisor: 0
> > closing_wait: infinte
> > Flags: spd_normal
> >
> > I tried to add the skip_test but this seems to be not working.
> > I'm not sure what to do next.
> >
> > Any help will be appreciated,
> > Thanks,
> > Kfir
>
> I think that you will need the pin mapping of a 'null modem' to be able to
> have bidirectional connectivity.
>
> Have a look here:
>
> http://en.wikipedia.org/wiki/Null_modem
>
> I think I still have an RS-232 to D9 null modem adaptor somewhere in my
> bins
> of spares.
>
> HTH.
> --
> Regards,
> Mick
>
[-- Attachment #2: Type: text/html, Size: 4023 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] [OT] laptop desktop serial connection don't work on one direction
2011-11-05 19:57 ` bill.longman
2011-11-06 9:03 ` Kfir Lavi
@ 2011-11-06 10:49 ` Maciej Grela
1 sibling, 0 replies; 12+ messages in thread
From: Maciej Grela @ 2011-11-06 10:49 UTC (permalink / raw
To: gentoo-user
2011/11/5 <bill.longman@gmail.com>:
> Pardon my top post please.
>
> You'll have too ensure that you have only three wires. Line 2 to 3, line 3
> to 2 and line 5 straight through. I don't think you'll be able to get bi
> directional serial links if you have the other hardware lines connected.
>
When you have a simple cable like that make sure to disable hardware
flow control on *both* sides. This is a mistake I was always making in
the past.
Best regards,
Maciej Grela
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] [OT] laptop desktop serial connection don't work on one direction
2011-11-06 9:03 ` Kfir Lavi
@ 2011-11-06 13:27 ` Andrea Conti
2011-11-06 20:39 ` Kfir Lavi
0 siblings, 1 reply; 12+ messages in thread
From: Andrea Conti @ 2011-11-06 13:27 UTC (permalink / raw
To: gentoo-user
> I have connected the wires by hand, 3-2 and 2-3 but without 5.
> I'll try it again today with 5 connected, and post my findings.
Not having a common ground reference between the two sides could very
well cause the kind of problems you're seeing :)
andrea
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] [OT] laptop desktop serial connection don't work on one direction
2011-11-06 13:27 ` Andrea Conti
@ 2011-11-06 20:39 ` Kfir Lavi
0 siblings, 0 replies; 12+ messages in thread
From: Kfir Lavi @ 2011-11-06 20:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 554 bytes --]
On Sun, Nov 6, 2011 at 3:27 PM, Andrea Conti <alyf@alyf.net> wrote:
>
> > I have connected the wires by hand, 3-2 and 2-3 but without 5.
> > I'll try it again today with 5 connected, and post my findings.
>
> Not having a common ground reference between the two sides could very
> well cause the kind of problems you're seeing :)
>
> andrea
>
> As you and bill suggested, the problem was the ground pin 5, which I
forgot about.
I now took care to connect the ground and also use it as a shield, and it
is working now.
Thank you all for your help,
Kfir
[-- Attachment #2: Type: text/html, Size: 945 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] [OT] laptop desktop serial connection don't work on one direction
2011-11-05 9:20 [gentoo-user] [OT] laptop desktop serial connection don't work on one direction Kfir Lavi
2011-11-05 10:17 ` Mick
2011-11-05 12:30 ` bill.longman
@ 2011-11-07 0:07 ` Jeremy McSpadden
2 siblings, 0 replies; 12+ messages in thread
From: Jeremy McSpadden @ 2011-11-07 0:07 UTC (permalink / raw
To: gentoo-user
My question is why the hell would you want to connect it over serial? Try ethernet, its much faster.
--
Jeremy
On Nov 5, 2011, at 4:20 AM, Kfir Lavi wrote:
> Hi all,
> I have a problem connecting my laptop to my server at home with a serial cable.
> I have cable end for /dev/ttyS0 and 2 cable ends for /dev/ttyUSB0.
> This lets me test the connection between all serial outputs.
> Desktop1-minicom <-> Desktop2-minicom
> works with all connections, i.e ttyUSB0 <-> ttyUSB0, or ttyS0 <-> ttyUSB0 and viseversa.
> So when connecting 2 desktop computers everything works as expected.
>
> The problem:
> When I connect my laptop to any of those desktops, I get just one way connection!
> If I swap the sides of the cable, the one way connection switch side.
> The laptop doesn't have ttyS0, so it have to be connected via ttyUSB0
> When I swap sides, it is just between two usb dongles.
>
> The usb dongles are PL2303 both sides.
> Settings of minicom is 38400 8n1 Hardware Flow Control=OFF
>
> Laptop setserial:
> setserial -a /dev/ttyUSB0
> /dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
> Baud_base: 460800, close_delay: 0, divisor: 0
> closing_wait: infinte
> Flags: spd_normal
>
> Desktop1 setserial:
> setserial -a /dev/ttyS0
> /dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
> Baud_base: 115200, close_delay: 50, divisor: 0
> closing_wait: 3000
> Flags: spd_normal skip_test
>
> setserial -a /dev/ttyUSB0
> /dev/ttyUSB0, Line 0, UART: 16654, Port: 0x0000, IRQ: 0
> Baud_base: 460800, close_delay: 0, divisor: 0
> closing_wait: infinte
> Flags: spd_normal
>
> I tried to add the skip_test but this seems to be not working.
> I'm not sure what to do next.
>
> Any help will be appreciated,
> Thanks,
> Kfir
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2011-11-07 0:09 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-05 9:20 [gentoo-user] [OT] laptop desktop serial connection don't work on one direction Kfir Lavi
2011-11-05 10:17 ` Mick
2011-11-05 10:48 ` Kfir Lavi
2011-11-05 11:25 ` Kfir Lavi
2011-11-05 19:57 ` bill.longman
2011-11-06 9:03 ` Kfir Lavi
2011-11-06 13:27 ` Andrea Conti
2011-11-06 20:39 ` Kfir Lavi
2011-11-06 10:49 ` Maciej Grela
2011-11-05 12:30 ` bill.longman
2011-11-05 13:28 ` Kfir Lavi
2011-11-07 0:07 ` Jeremy McSpadden
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox