thanks4opensource/buck50

What Driver in Pulseview?

Opened this issue · 1 comments

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

Thanks

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.