logicanalyzer/Software/LogicAnalyzer/CLCapture/Properties/launchSettings.json

8 lines
190 B
JSON
Raw Normal View History

2022-07-13 15:07:56 +00:00
{
"profiles": {
"CLCapture": {
"commandName": "Project",
"commandLineArgs": "COM12 10000 1,2,3,4 512 1024 TriggerType:Edge,Channel:1,Value:1 Capture.csv"
}
}
}