simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] [patch #4149] SerialRX bug


From: Artur Abels
Subject: [Simulavr-devel] [patch #4149] SerialRX bug
Date: Thu, 7 Jul 2005 07:35:22 +0000
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

URL:
  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4149>

                 Summary: SerialRX  bug
                 Project: Simulavr: an AVR simulator
            Submitted by: artur_abels
            Submitted on: Thu 07/07/2005 at 07:35
                Category: bug fix
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open

    _______________________________________________________

Details:

SerialRX had bug where it after end of stop bit started to wait for high nad
then for low. So if transmitter speed was higher than SerialRx's then it
waited for filst HIGH bit after startbit and then next low bit was assumed to
be startbit.

I'm really sorry to cause a mess, but with the fix of this bug i created a new
class SerialRxBasic that now has the receiver functionality, and class
SerialRx now extends SerialRxBasic. I did that because i needed class like
SerialUart that i can use in c++ program not from python. Well but SerialRx
should work as it did before... 





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 07/07/2005 at 07:35  Name: 3serialrx.patch  Size: 8.51KB   By:
artur_abels

<http://savannah.nongnu.org/patch/download.php?item_id=4149&item_file_id=4798>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4149>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]