Sign inSign up

quenorha/sendsms

By quenorha

Updated over 3 years ago

Send SMS using Python script on WAGO PFC200 4G

Image
0

1.4K

quenorha/sendsms repository overview

Sending SMS using Python script on WAGO PFC200 4G

Requirements

  • A WAGO PFC200 4G 750-8217
  • Set up the PIN code in the WBM

How to use

 docker run --rm --device=/dev/ttyUSB2:/dev/ttyUSB2:rw quenorha/sendsms -r "+336XXXXXXXX" -m "hello world"

"-r" is the phone number of the recipient

"-m" is the message to send

Make sure to link the /dev/ttyUSB2 of the host to the device of the container by the --device=/dev/ttyUSB2:/dev/ttyUSB2:rw argument

Tag summary

Content type

Image

Digest

sha256:cfc970309

Size

21.6 MB

Last updated

over 3 years ago

docker pull quenorha/sendsms