sds1004x_bode icon indicating copy to clipboard operation
sds1004x_bode copied to clipboard

Will not work on SDS800X-HD, solved in my fork.

Open hb020 opened this issue 1 year ago • 0 comments

..since that scope uses UDP instead of TCP for the port mapping, and this script does not fully respect the port mapping protocols by only offering mapping on TCP. (a "good" implementation sets up port mapping on both TCP and UDP). In my fork, I added UDP mapping. It is still not a "good" implementation in the sense that it is either on TCP, either on UDP, not both.

Opened a PR (#9), that also has other stuff in it, like support for Rigol DG992, via ethernet (not over serial)

I based my fork on the work from Don Becker (https://github.com/donfbecker/sds1004x_bode_python3):

  • Python 3 migration (Python 2 is dead)
  • AD9910 Arduino Shield

My repo: https://github.com/hb020/sds1004x_bode/

hb020 avatar May 01 '24 13:05 hb020