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

What Driver in Pulseview? #7

Open
Marcelocm1995 opened this issue Feb 3, 2021 · 1 comment
Open

What Driver in Pulseview? #7

Marcelocm1995 opened this issue Feb 3, 2021 · 1 comment

Comments

@Marcelocm1995
Copy link

Hi, what driver I need choose in pulseview? And what baudrate?

Thanks

@thanks4opensource
Copy link
Owner

buck50 does not connect directly to pulseview, so no drivers, baudrate, etc. Instead it saves a VCD file to disk which is then loaded into pulseview. Depending on how buck50.py automatically configured itself at startup by checking your $PATH for viewer programs, the best way to do this is probably:

    $1.50: logic
    $1.50: dump digital-frmt=vcd auto-digital=disabled

Then run pulseview and do Open... -> Import Value Change Dump data..., browse to the tmp directory, and open temp.vcd. After each subsequent logic capture you only need to do dump (with no options) and in pulseview click "Reload".

buck50.py has many other options for this, including automatically starting pulseview after each logic capture, saving to a differently named VCD file, etc. See the options inhelp dump dump.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants