python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to send an SMS in a language other than English with module SIM800L?
How to send a text message in Polish, e.g. with the following text "Cześć", where the characters are from outside the GSM alphabet? I have a TTGO T-Call board that has a SIM800L module from ...
Dawid Irzyk
Votes: 0
Answers: 2
Ansible Community Edition - Error "failed to find required executable at in path /sbin/"
I am using Ansible Community Edition on CentOS 7.
I wanted to run commands periodically and using at plugin which is part of ansible.posix.collection.
When I refer in playbooks like
- name: check size...
user3069970
Votes: 0
Answers: 1
How do I wait for a response from a serial port command before executing the new command?
I'm trying to execute some AT commands one at a time.
In Teraterm I execute this:
sendln "AT+AS=0"
waitln "OK"
sendln "AT+CREG=?"
sendln "AT+creg=0,1"
pause 15
...
c_c
Votes: 0
Answers: 1
Sending AT cmd to BLE OBDII device
I am building an app but I wanted to test the device before start coding.
The device that I am using is veepeak BLE OBDII. I can connect to it using other popular apps with no issue e.g. CarScanner.
...

A J
Votes: 0
Answers: 0