This project provides a Python script for reading data from a serial port - typically Stalker Radar guns using an FTDI USB-Serial cable.
- Reads data from a specified serial port.
- Logs data with timestamp to a file.
- Handles errors and continues operation.
- Python 3.x
- PySerial package
- Any device that transmits data via a serial port.
- Clone this repository or download the source code.
- Install Python 3.x if not already installed.
- Install PySerial using pip:
pip install pyserial
- Modify the SERIAL_PORT in the script to match the port your device is connected to.
- Optionally, change the LOG_FILE path to your desired log file location.
- Run the script:
python serial_logger.py