buck50 icon indicating copy to clipboard operation
buck50 copied to clipboard

What Driver in Pulseview?

Open Marcelocm1995 opened this issue 4 years ago • 1 comments

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

Thanks

Marcelocm1995 avatar Feb 03 '21 13:02 Marcelocm1995

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.

thanks4opensource avatar Feb 03 '21 17:02 thanks4opensource