Connection

Serial Connection

Socket Connection

class metratec_rfid.connection.socket_connection.SocketConnection(address: str, port: int)

Tcp input connection - establishes a connection to a tcp server.

__init__(address: str, port: int) None

Create a new socket connection

Args:

address (str): The ip address

port (int): the port to use.