This project is a proof of concept code to control an electromechanical bus display using Python. The display is of the brand SPEC (model unknown) and the commands are sent using a USB to RS485 adapter.
To install the dependencies, please follow these steps:
-
Make sure you have Python and pipenv installed on your system.
-
Clone this repository to your local machine.
-
Open a terminal and navigate to the project directory.
-
Run the following command to install the dependencies:
pipenv install
To run the code and control the electromechanical bus display, please follow these steps:
-
Make sure you have completed the installation steps mentioned above.
-
Connect the USB to RS485 adapter to your computer.
-
Open a terminal and navigate to the project directory.
-
Run the following command to execute the code:
pipenv run python girousend.py
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.