logicanalyzer/Software/LogicAnalyzer/CLCapture/Properties/launchSettings.json
2023-06-28 13:32:35 +02:00

8 lines
223 B
JSON

{
"profiles": {
"CLCapture": {
"commandName": "Project",
"commandLineArgs": "capture COM9 1000000 1:SDA,2:SDB,3:SDC_A,4:nana,5,6,7,8 20 20000 TriggerType:Edge,Channel:1,Value:0 test.csv"
}
}
}