patchSimulavr: an AVR simulator - Patches: patch #4149, SerialRX bug

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4149: SerialRX bug

Submitter:  Artur Abels <artur_abels>
Submitted:  Thu 07 Jul 2005 07:35:21 AM UTC
   
 
Category:  bug fix Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  zfrdh Open/Closed:  Closed
Component Version:  None

Mon 25 Jul 2005 06:02:30 PM UTC, comment #1: 

patch added to HEAD (maybe with small modifications)
Thanks Artur!

Klaus Rudolph <zfrdh>
Group administrator
Thu 07 Jul 2005 07:35:21 AM UTC, original submission:  

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...

Artur Abels <artur_abels>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #9014:  3serialrx.patch added by artur_abels (9KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-07-25 zfrdh StatusIn Progress Done
    Open/ClosedOpen Closed
2005-07-08 zfrdh StatusNone In Progress
    Assigned toNone zfrdh
2005-07-07 artur_abels Attached File- Added 3serialrx.patch, #4798

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code