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

8 lines
225 B
JSON
Raw Normal View History

2022-07-13 15:07:56 +00:00
{
"profiles": {
"CLCapture": {
"commandName": "Project",
"commandLineArgs": "capture COM9 1000000 1:SDA,2:SDB,3:SDC_A,4:nana,5,6,7,8 512 1000 5 TriggerType:Edge,Channel:1,Value:1 test.csv"
2022-07-13 15:07:56 +00:00
}
}
}