I am trying to access the data located in the following registry entry:
HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM\Device\VCP0
You can see a screenshot of my RegEdit here.
However, when I use the following command:
Code: Select all
put queryregistry("HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM\Device\VCP0")
Any ideas on what I'm doing wrong? I'm guessing the issue is because my key includes "\" in the name, but I'm not sure what to do instead. I tried using the 'queryRegistry(keyPath,typeVariable)' form as well, but my typeVariable just got populated by garbage data (ƒìS‹\$ UV‹s35 rb).