MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / transmit

Function transmit

app/rcc/scripts/output/at_command.js:5–10  ·  view source on GitHub ↗

* Hayes AT command interface. * For modems, GSM/LTE modules (SIM800, Quectel), ESP-AT, HC-05 Bluetooth.

(value)

Source from the content-addressed store, hash-verified

3 * For modems, GSM/LTE modules (SIM800, Quectel), ESP-AT, HC-05 Bluetooth.
4 */
5function transmit(value) {
6 if (typeof value === "string" && value.length > 0)
7 return "AT+" + value + "\r\n";
8
9 return "AT\r\n";
10}

Callers 15

zh_CN.tsFile · 0.50
sv_SE.tsFile · 0.50
vi_VN.tsFile · 0.50
ar_SA.tsFile · 0.50
es_MX.tsFile · 0.50
hi_IN.tsFile · 0.50
nl_NL.tsFile · 0.50
en_US.tsFile · 0.50
cs_CZ.tsFile · 0.50
tr_TR.tsFile · 0.50
pl_PL.tsFile · 0.50
it_IT.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected