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

8 lines
207 B
JSON

{
"profiles": {
"CLCapture": {
"commandName": "Project",
"commandLineArgs": "capture COM3 1000000 1,2,3,4,5,6,7,8 20 20000 TriggerType:Edge,Channel:1,Value:1 ../test.csv"
}
}
}