This folder contains a python script that communicates with the boot loader of the Texas Instruments CC2340 SoCs (System on Chips). It can be used to erase, program, verify and read the flash of those ...
GitHub

ivo-s/serial-server

A simple Python network server for communication with a PySerial device over sockets. Each client has an individual communication channel talking to the serial device. Made for labs using equipment ...