Equipment and Tools: Difference between revisions
Appearance
NickPGSmith (talk | contribs) m 3 revisions imported |
NickPGSmith (talk | contribs) |
||
Line 9: | Line 9: | ||
Capture screen shot over LAN: | Capture screen shot over LAN: | ||
echo | echo ":DISPLAY:DATA? ON,OFF,PNG" | nc -w1 rigol-dso 5555 | dd bs=1 skip=11 of=dso_screen.png | ||
Get model, serial and firmware: | Get model, serial and firmware: |
Latest revision as of 08:13, 14 October 2025
Rigol DS1054Z Digital Storage Oscilloscope
- Firmware installed: 00.04.04.SP3
- Misc Rigol stuff here
LXI / SCPI
SCPI commands can be issued to network port via "nc". Complete programming manual here.
Capture screen shot over LAN:
echo ":DISPLAY:DATA? ON,OFF,PNG" | nc -w1 rigol-dso 5555 | dd bs=1 skip=11 of=dso_screen.png
Get model, serial and firmware:
*IDN?
Report 1k of data from display:
:WAVEFORM:DATA? CHANNEL1
TS100 Soldering Iron
Current firmware:
- DFU Bootloader: 3.43
- Firmware: 2.22
Upgrade:
- Hold A while pugging in USB to appear as drive
- Copy new .hex file
- Should be renamed to .rdy
Development:
- Releases: github