Python Programming
Program Brainboxes Ethernet devices using Python.
- Python Guides — practical Python programming guides
- Python Reference — Python reference documentation
- Python Concepts — background knowledge on Python for Brainboxes
- Python SDK API — Python SDK reference
Tutorials
📄️ How do I communicate with ASCII TCP using Python?
This FAQ will show how a simple Python program can be used to communicate with ASCII TCP to toggle and monitor the state of the IO lines.
📄️ How do I deploy Python code from VSCode to the BB-400?
This FAQ will explain how you can set up Python on Visual Studio Code (VSCode) and deploy your files from VSCode to your BB-400.
📄️ How do I use Python to communicate with my Remote IO Module?
| Download |
📄️ How do I use Python to control the IO over Unix Domain Socket on the BB-400?
This FAQ will explain how Python can be used to retrieve/modify the BB-400 IO status over Unix Domain Socket.
📄️ How do I use Python to control the IO over REST on my BB-400?
The BB-400 provides the capability of writing software in many different programming languages. This FAQ explains how the Python programming language can be used to obtain and set the IO line status over REST on the BB-400.
📄️ How do I use Python to control the IO over WebSockets on the BB-400?
The BB-400 can be used with many different programming languages. This FAQ explains how the Python programming language can be used to obtain and set the IO line status over WebSockets on the BB-400.
📄️ How to Successfully Set Up Visual Studio Code with Python - Complete Walkthrough
Requirements