mirror of https://github.com/ARMmbed/mbed-os.git
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "QUECTEL_EC2X",
|
|
"config": {
|
|
"tx": {
|
|
"help": "TX pin for serial connection. D1 assumed if Arduino Form Factor, needs to be set/overwritten otherwise.",
|
|
"value": null
|
|
},
|
|
"rx": {
|
|
"help": "RX pin for serial connection. D0 assumed if Arduino Form Factor, needs to be set/overwritten otherwise.",
|
|
"value": null
|
|
},
|
|
"rts": {
|
|
"help": "RTS pin for serial connection",
|
|
"value": null
|
|
},
|
|
"cts": {
|
|
"help": "CTS pin for serial connection",
|
|
"value": null
|
|
},
|
|
"pwr": {
|
|
"help": "Power control pin",
|
|
"value": null
|
|
},
|
|
"rst": {
|
|
"help": "Reset control pin",
|
|
"value": null
|
|
},
|
|
"polarity": {
|
|
"help": "Pin polarity, 1 = Active high, 0 = Active low",
|
|
"value": null
|
|
},
|
|
"baudrate" : {
|
|
"help": "Serial connection baud rate",
|
|
"value": 115200
|
|
},
|
|
"start-timeout": {
|
|
"help": "How long to wait for modem to start after reset (milliseconds)",
|
|
"value": 15000
|
|
},
|
|
"provide-default": {
|
|
"help": "Provide as default CellularDevice [true/false]",
|
|
"value": false
|
|
}
|
|
}
|
|
}
|