Skip to content

Instantly share code, notes, and snippets.

View filecage's full-sized avatar

David filecage

View GitHub Profile
@m0rff
m0rff / send_sms.py
Last active November 28, 2022 12:45
Sending a SMS with Python and pyserial via an USB 3G Modem on pfSense/FreeBSD
#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
#
# Sending a SMS with Python and pyserial via an USB 3G Modem on pfSense/FreeBSD
# tested with: Huawei Technologies Co., Ltd. E620 USB Modem
# and a Telekom SIM card
import serial
from curses import ascii
import time