scopehal-apps
scopehal-apps copied to clipboard
Having An empty Path When Adding An Oscilloscope Using twinlan Corrupts Connection
If the Path field is left blank when Adding an Oscilloscope from the Add-Oscilloscope-Connect... menu will connect, but it won't save the correct information in the recent.yml file or any scopesession files that are saved. This results in not being able to reconnect via the menu or reloading the scopesession file.
Both the yml and the scopesession file are missing localhost before the port fields.
transport: twinlan
args: :5025:5026
driver: digilent
In %APPDATA%\ngscopeclient\recent.yml it has this:
scope:
path: "scope:digilent:twinlan::5025:5026"
timestamp: 1761510367
Manually adding localhost into the files before :5025 corrects the issue.