public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [ECOS] Serial problems on i386 PC
@ 2001-06-14  1:28 Dennis Ehlin (ECS)
  0 siblings, 0 replies; 6+ messages in thread
From: Dennis Ehlin (ECS) @ 2001-06-14  1:28 UTC (permalink / raw)
  To: ecos-discuss

I have also observed the same problem on the Powerpc platform!

//Dennis

-----Original Message-----
From: Boris V. Guzhov [ mailto:borg@int.spb.ru ]
Sent: Thursday, June 14, 2001 9:21 AM
To: ecos-discuss@sourceware.cygnus.com
Subject: Re: [ECOS] Serial problems on i386 PC


Unfortunately I used earlier CVS code. I shall try the latest update a
little later.
--
Boris Guzhov,
St.Petersburg, Russia

> Does this still happen after all the updates made last Friday in CVS?
>
> And Bert, similarly are you using the current CVS code?
>
> Jifl
> --
> Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
> Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
> Come to the Red Hat TechWorld open source conference in Brussels!
> Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Serial problems on i386 PC
@ 2001-06-14  6:55 Bert-Ola Persson (ECS)
  0 siblings, 0 replies; 6+ messages in thread
From: Bert-Ola Persson (ECS) @ 2001-06-14  6:55 UTC (permalink / raw)
  To: 'ecos-discuss@sourceware.cygnus.com'
  Cc: 'jlarmour@redhat.com', 'borg@int.spb.ru'

> "Boris V. Guzhov" wrote:
> >
> > Hello,
> > I too have confronted with this problem.
> >
> > It happens always if the  serial driver  simultaneously transmits
> >
> > and receives the bytes (for example: usage of an external loopback).
>
> Does this still happen after all the updates made last Friday in CVS?
>
> And Bert, similarly are you using the current CVS code?
>
> Jifl
> --
> Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
> Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
> Come to the Red Hat TechWorld open source conference in Brussels!
> Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/
>

Hello Jonathan,
I have tried the latest CVS code.
Now the serial communication works on the i386 platform, as far as I can see.
Communicated both nonblocking and blocking at 115200 baud on port 1.
Downloaded my software with Reedboot, both on a virtual PC in VMware and a real PC and it works fine.

Best regards
Bert-Ola Persson



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Serial problems on i386 PC
  2001-06-13 11:22   ` Jonathan Larmour
@ 2001-06-14  0:25     ` Boris V. Guzhov
  0 siblings, 0 replies; 6+ messages in thread
From: Boris V. Guzhov @ 2001-06-14  0:25 UTC (permalink / raw)
  To: ecos-discuss

Unfortunately I used earlier CVS code. I shall try the latest update a
little later.
--
Boris Guzhov,
St.Petersburg, Russia

> Does this still happen after all the updates made last Friday in CVS?
>
> And Bert, similarly are you using the current CVS code?
>
> Jifl
> --
> Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
> Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
> Come to the Red Hat TechWorld open source conference in Brussels!
> Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Serial problems on i386 PC
  2001-06-13  0:45 ` Boris V. Guzhov
@ 2001-06-13 11:22   ` Jonathan Larmour
  2001-06-14  0:25     ` Boris V. Guzhov
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Larmour @ 2001-06-13 11:22 UTC (permalink / raw)
  To: Boris V. Guzhov; +Cc: ecos-discuss, Bert-Ola Persson

"Boris V. Guzhov" wrote:
> 
> Hello,
> I too have confronted with this problem.
> 
> It happens always if the  serial driver  simultaneously transmits
> 
> and receives the bytes (for example: usage of an external loopback).

Does this still happen after all the updates made last Friday in CVS?

And Bert, similarly are you using the current CVS code?

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ECOS] Serial problems on i386 PC
  2001-06-12 14:51 Bert-Ola Persson
@ 2001-06-13  0:45 ` Boris V. Guzhov
  2001-06-13 11:22   ` Jonathan Larmour
  0 siblings, 1 reply; 6+ messages in thread
From: Boris V. Guzhov @ 2001-06-13  0:45 UTC (permalink / raw)
  To: ecos-discuss

Hello,
I too have confronted with this problem.

It happens always if the  serial driver  simultaneously transmits

and receives the bytes (for example: usage of an external loopback).

--

Best Regards.
Boris Guzhov,
St.Petersburg, Russia


----- Original Message -----
From: "Bert-Ola Persson" <bert-ola.persson@oreline.net>
To: <ecos-discuss@sources.redhat.com>
Sent: 13 June, 2001 01:48
Subject: [ECOS] Serial problems on i386 PC


> Hello,
> I got a problem to make the serial communication to work as it shuld on
i386
> PC.
> I am running the debugg/download stuff on port 0  and other stuff on port
1
> The problem is that it seams that when after reciving a few bytes on port
1
> it all hang.
> Have checked Tx and it works as it shuld, but as soon as I do Rx it
> chrashes.
> Looks to me like some problems with interrupts DSR calls or something that
> is not done in proper way.
> The port 1 is configured as nonblocking both TX and RX, 115200,8,1.
>
> Do you have the solution to this problem?
>
> Best Regards
> Bert
>
>
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ECOS] Serial problems on i386 PC
@ 2001-06-12 14:51 Bert-Ola Persson
  2001-06-13  0:45 ` Boris V. Guzhov
  0 siblings, 1 reply; 6+ messages in thread
From: Bert-Ola Persson @ 2001-06-12 14:51 UTC (permalink / raw)
  To: ecos-discuss

Hello,
I got a problem to make the serial communication to work as it shuld on i386
PC.
I am running the debugg/download stuff on port 0  and other stuff on port 1
The problem is that it seams that when after reciving a few bytes on port 1
it all hang.
Have checked Tx and it works as it shuld, but as soon as I do Rx it
chrashes.
Looks to me like some problems with interrupts DSR calls or something that
is not done in proper way.
The port 1 is configured as nonblocking both TX and RX, 115200,8,1.

Do you have the solution to this problem?

Best Regards
Bert



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-06-14  6:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-14  1:28 [ECOS] Serial problems on i386 PC Dennis Ehlin (ECS)
  -- strict thread matches above, loose matches on Subject: below --
2001-06-14  6:55 Bert-Ola Persson (ECS)
2001-06-12 14:51 Bert-Ola Persson
2001-06-13  0:45 ` Boris V. Guzhov
2001-06-13 11:22   ` Jonathan Larmour
2001-06-14  0:25     ` Boris V. Guzhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).