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

8 lines
207 B
JSON
Raw Normal View History

2022-07-13 15:07:56 +00:00
{
"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"
2022-07-13 15:07:56 +00:00
}
}
}