Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UART Analyzer: Improve accuracy on short recorded signals #107

Closed
ghost opened this issue Jun 22, 2012 · 3 comments
Closed

UART Analyzer: Improve accuracy on short recorded signals #107

ghost opened this issue Jun 22, 2012 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 22, 2012

When there is only 1-2 frames with short delay recorded, UART analyzer doesnt seem to properly recognize baudrate => doesn't interpret the data. Could probably be fixed by setting baudrate manually.

@jawi
Copy link
Owner

jawi commented Jun 22, 2012

In the upcoming 0.9.6, there's an option to manually set the baudrate for the UART decoder.

In fact, you can test it already on the latest beta, see http://dangerousprototypes.com/forum/viewtopic.php?f=57&t=1198#p12425 for download links.

@ghost
Copy link
Author

ghost commented Jun 22, 2012

Testing. Some bugs Ive already found: Null pointer exceptiona sometimes (appeared while using or closing SPI and UART analyzers):

Stack trace:

java.lang.NullPointerException
at nl.lxtreme.ols.client.signaldisplay.SignalDiagramController.setSelectedChannel(SignalDiagramController.java:455)
at nl.lxtreme.ols.client.signaldisplay.view.SignalView$MouseHandler.mouseMoved(SignalView.java:542)
at java.awt.Component.processMouseMotionEvent(Unknown Source)
at javax.swing.JComponent.processMouseMotionEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueu

Also the "hide" options for analog signal and channels are checked by default but visible.

Keep up the good work, thank you for such a fast reply!

-----Ursprüngliche Nachricht-----
Von: Jan Willem Janssen [mailto:reply@reply.github.com]
Gesendet: Freitag, 22. Juni 2012 10:19
An: Maverick89
Betreff: Re: [ols] UART Analyzer: Improve accuracy on short recorded signals (#107)

In the upcoming 0.9.6, there's an option to manually set the baudrate for the UART decoder.

In fact, you can test it already on the latest beta, see http://dangerousprototypes.com/forum/viewtopic.php?f=57&t=1198#p12425 for download links.


Reply to this email directly or view it on GitHub:
#107 (comment)

@jawi
Copy link
Owner

jawi commented Jun 22, 2012

The first issue is already solved in the latest GitHub repository; the second one I'll look in to (still a relic from the old diagram display).

@jawi jawi closed this as completed Aug 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant