External oscilloscope + CW308 UFO Board + NAE-CW308T-STM32F3-03

Hi all,
Is there an example (youtube, video, tutorial etc) showing how to use external oscilloscope with CW308 UFO Board + CW308T-STM32F3 (or similar target) in Jupyter notebooks?

Here https://wiki.newae.com/CW308T:Stand-Alone_Simple_Serial_Example(AVR_or_XMEGA) is a hardware connection description (similar purpose). Is there an example with the use of software?

This is definitely something you can do, but hard for us to support since there are so many different oscilloscopes.
All you need to do is modify capture_trace() to talk to your scope. Ideally you can talk to your scope from Python.

Jean-Pierre