Skip to main content
Version: 8.1

Serial Modules

" "

Serial Support​

The Serial Module adds serial comm support and system.serial functions to python scripts. These functions allow you to open, read from, write to, and close serial ports. More information on these functions can be found in the system.serial section of the appendix.

Multiple Scopes​

There are two variants of the Serial module. Both perform similar functionality, but at different scopes:

  • The Serial Support Client module allows the system.serial functions to be accessed from client based scripts, as well as connect to serial devices plugged into the computer running the client.
  • The Serial Support Gateway module allows the system.serial functions to be accessed from gateway based scripts, as well as connect to serial devices plugged into the Gateway server.