<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sigrok.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hollie</id>
	<title>sigrok - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://sigrok.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hollie"/>
	<link rel="alternate" type="text/html" href="https://sigrok.org/wiki/Special:Contributions/Hollie"/>
	<updated>2026-04-10T13:20:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://sigrok.org/w/index.php?title=Hameg_HMO2024&amp;diff=8440</id>
		<title>Hameg HMO2024</title>
		<link rel="alternate" type="text/html" href="https://sigrok.org/w/index.php?title=Hameg_HMO2024&amp;diff=8440"/>
		<updated>2014-01-12T13:26:12Z</updated>

		<summary type="html">&lt;p&gt;Hollie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Hameg HMO2024.png|thumb|right|Hameg HMO2024]]&lt;br /&gt;
&lt;br /&gt;
The [http://webstore.rohde-schwarz.com/us/hamegr-hmo2024.html Hameg HMO2024] is a USB-/RS232-based, 4-channel oscilloscope with an analog bandwidth of 200MHz and 2GS/s sampling rate.&lt;br /&gt;
&lt;br /&gt;
See [[Hameg HMO2024/Info]] for more details (such as &amp;#039;&amp;#039;&amp;#039;lsusb -v&amp;#039;&amp;#039;&amp;#039; output) about the device.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
&lt;br /&gt;
TODO.&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Hameg HMO2024.png|&amp;lt;small&amp;gt;Device, front&amp;lt;/small&amp;gt;&lt;br /&gt;
File:Hameg HMO2024 back.png|&amp;lt;small&amp;gt;Device, back&amp;lt;/small&amp;gt;&lt;br /&gt;
File:Hameg_HMO_USB-serial_module.jpg|&amp;lt;small&amp;gt;HO 720 serial communication option&amp;lt;/small&amp;gt;&lt;br /&gt;
File:Hameg HO3508 logic probe pod.jpg|&amp;lt;small&amp;gt;HO3508 logic probe pod&amp;lt;/small&amp;gt;&lt;br /&gt;
File:Hameg HO3508 logic probe back.jpg|&amp;lt;small&amp;gt;HO3508 logic probe pod, back&amp;lt;/small&amp;gt;&lt;br /&gt;
File:Hameg HO3508 logic probe.jpg|&amp;lt;small&amp;gt;HO3508 logic probe&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Protocol ==&lt;br /&gt;
&lt;br /&gt;
The Hameg HMO series of scopes use [[IEEE-488|SCPI]] as the communication protocol.&lt;br /&gt;
&lt;br /&gt;
== USB connection on OS X ==&lt;br /&gt;
&lt;br /&gt;
To talk to the device over USB on OS X you need to ensure the HO720 interface card of the scope enumerates as a serial port. This does not happen automatically as the device ID of the HO720 card is not registered in the list of &amp;#039;known devices&amp;#039; of the OS X FTDI driver.&lt;br /&gt;
&lt;br /&gt;
To ensure you can communicate to the device, first install the [http://www.ftdichip.com/Drivers/VCP.htm - FTDI VCP driver for OS X].&lt;br /&gt;
&lt;br /&gt;
Then, follow the instructions [https://rowley.zendesk.com/entries/109069-getting-jtag-and-serial-port-to-work-under-mac-os-x-using-a-luminary-ftdi-target-interface here] and add the following section to the Info.plist:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;key&amp;gt;HamegScope&amp;lt;/key&amp;gt;&lt;br /&gt;
&amp;lt;dict&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;CFBundleIdentifier&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;com.FTDI.driver.FTDIUSBSerialDriver&amp;lt;/string&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;IOClass&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;FTDIUSBSerialDriver&amp;lt;/string&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;IOProviderClass&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;string&amp;gt;IOUSBInterface&amp;lt;/string&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;bConfigurationValue&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;integer&amp;gt;1&amp;lt;/integer&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;bInterfaceNumber&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;integer&amp;gt;0&amp;lt;/integer&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;idProduct&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;integer&amp;gt;60786&amp;lt;/integer&amp;gt;&lt;br /&gt;
	&amp;lt;key&amp;gt;idVendor&amp;lt;/key&amp;gt;&lt;br /&gt;
	&amp;lt;integer&amp;gt;1027&amp;lt;/integer&amp;gt;&lt;br /&gt;
&amp;lt;/dict&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Connect the cable, power on the scope, ensure the USB interface is enabled under Setup &amp;gt; Interface on the device. A new serial device will be generated and you should be able to get the device info with:&lt;br /&gt;
&lt;br /&gt;
$ &amp;#039;&amp;#039;&amp;#039;sigrok-cli --driver hameg-hmo:conn=/dev/cu.usbserial-xxxxyyyy --scan&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.hameg.com/manuals.0.html?no_cache=1 Hameg - resource page]&lt;br /&gt;
* [http://midas.herts.ac.uk/helpsheets/hameg_scpi_hmo72.pdf Hameg HMO - programming guide]&lt;br /&gt;
* [http://www.ftdichip.com/Support/Documents/TechnicalNotes/TN_105%20Adding%20Support%20for%20New%20FTDI%20Devices%20to%20Mac%20Driver.pdf FTDI OS X Driver]&lt;br /&gt;
* [https://rowley.zendesk.com/entries/109069-getting-jtag-and-serial-port-to-work-under-mac-os-x-using-a-luminary-ftdi-target-interface changing vid/pid in FTDIUSBSerialDriver.kext]&lt;br /&gt;
&lt;br /&gt;
[[Category:Device]]&lt;br /&gt;
[[Category:Oscilloscope]]&lt;br /&gt;
[[Category:Logic analyzer]]&lt;br /&gt;
[[Category:Mixed-signal oscilloscope]]&lt;br /&gt;
[[Category:Supported]]&lt;/div&gt;</summary>
		<author><name>Hollie</name></author>
	</entry>
</feed>