Skip to content

Instantly share code, notes, and snippets.

@dhoomakethu
dhoomakethu / updating_server.py
Last active December 7, 2020 22:26
Updating Server
#!/usr/bin/env python
# Log data from serial port
# https://stackoverflow.com/questions/55111572/convert-rs232-ascii-to-modbus-tcp-using-pymodbus
# Works with pymodbus 2.1.0
import serial
import time
import argparse
"""