Equipment and Tools: Difference between revisions
Appearance
	
	
NickPGSmith (talk | contribs) No edit summary  | 
				NickPGSmith (talk | contribs) m 1 revision imported  | 
				
(No difference) 
 | |
Revision as of 21:02, 17 February 2023
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.16
 
Upgrade:
- Hold A while pugging in USB to appear as drive
 - Copy new .hex file
 - Should be renamed to .rdy
 
Development:
- Releases: github