14. cc_usb

14.1. Communication Channel Via Usb

module

cc_usb

synopsis

Usb communication channel

class pykiso.lib.connectors.cc_usb.CCUsb(serial_port)[source]

constructor

_cc_send(msg, raw=False)[source]

Sends the message on the channel.

Parameters
  • msg – Message to send out

  • raw – send raw message without further work (default: False)