PureData CEAMMC library web documentation
доступно с версии: 0.5
RATE
serial baud rate
тип: int
PORT
serial device or port name, eg.: COM3 on Windows, /dev/ttyACM0 on Linux and
/dev/cu.usbmodem411 on MacOSX
тип: symbol
close
disconnect from device
open
connect to device
@port
Запросить/установить name of serial port, eg.: COM3 on Windows, /dev/ttyACM0 on Linux and
/dev/cu.usbmodem411 on MacOSX
тип: symbol
@rate
Запросить/установить serial baud rate
тип: int
варианты: 110, 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 38400, 56000, 57600, 115200, 128000, 256000
по умолчанию: 57600
@devices (readonly)
Запросить list of found serial devices
тип: list
Авторы: Serge Poltavsky
Лицензия: GPL3 or later