Anonymous | Login | Signup for a new account | 2021-01-21 23:01 UTC | ![]() |
Main | My View | View Issues | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000248 | Firmware | Decoders | public | 2011-08-25 21:46 | 2011-08-30 16:22 | ||||
Reporter | sim | ||||||||
Assigned To | Fred | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 0.2.0-SNAPSHOT | ||||||||
Target Version | 0.2.0 | Fixed in Version | 0.2.0 | ||||||
Summary | 0000248: Bench Test Decoder produces extraneous output | ||||||||
Description | The Bench Test Decoder emits either an extra cycle, or an extra flash when sent test packets. The test packets have 0x00 and 0x10 in bytes 7 and 8 of the packet, according to the documentation (http://forum.diyefi.org/viewtopic.php?f=56&t=1180 [^]), this should result in 16 cycles. I verified this for all three test packets. Running request.bench.test.assorted.bin from freeems-vanilla/lib/test.packets results in the following output: LED PT2 through LED PT5 light in sequence, each one a little bit brighter than the last. The LEDs cycle through the flashing pattern 17 times, this is one cycle too many. Running request.bench.test.parallel.bin results in the following output: LED PT2 through LED PT7 light together briefly (close to a second duration). The LEDs go out for about two seconds, then the pattern repeats. The cycle repeats 17 times. This is one too many cycles. Running request.bench.test.sequential.bin results in the following output: LED PT2 through LED PT7 each light one at a time starting from PT2. The cycle repeats 16 times. LED PT2 lights once. The final lighting of PT2 should not happen. | ||||||||
Steps To Reproduce | Build a board the TA board can plug into with line drivers on PT2-PT7. Add a LED indicator to each line driver output. Load the freeems-0.1.2-SNAPSHOT-BenchTest.s19 firmware file. Start cutecom with the following settings: Baud: 115200 Data Bits: 8 Stop Bits: 1 Parity: odd In the send file section: type: plain no line end Send the test packets from freeems-vanilla/lib/test.packets/ using the "send file..." button. | ||||||||
Additional Information | The update.block.with.datalog.stream.type.0x00-OFF.bin packet was sent first to turn off logging. | ||||||||
Tags | No tags attached. | ||||||||
FirmwareVersion | |||||||||
Issue Type | Bug | ||||||||
Risk of Breakage | very low | ||||||||
Attached Files | |||||||||
![]() |
|
![]() sim (updater) 2011-08-30 15:38 |
Fixed in commit 9160cfd54eb17ea4b40f3a518910aaeb0e083f93 All three test packets now work as expected. |
![]() Fred (administrator) 2011-08-30 16:22 |
Tested by myself and Sim, fixed! |
Copyright © 2000 - 2011 MantisBT Group |