Skip to content

Commit 646b33f

Browse files
committed
Fixed SDS8000X HD support thanks to @dresco investigations.
1 parent e3f758b commit 646b33f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scopehal/SiglentSCPIOscilloscope.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,8 @@ void SiglentSCPIOscilloscope::IdentifyHardware()
405405
// Native 12 bit resolution but supports 8 bit data transfer with higher refresh rate
406406
// This can be overriden by driver 16bits setting
407407
m_highDefinition = true;
408-
m_requireSizeWorkaround = true;
408+
// No need for size workaround on SDS800X HD, at lease with fimware versions v1.1.3.3 and v1.1.3.8
409+
// m_requireSizeWorkaround = true;
409410
}
410411
else
411412
{

0 commit comments

Comments
 (0)