PureData CEAMMC library web documentation
available since version: 0.5
RATE
serial baud rate
type: int
PORT
serial device or port name, eg.: COM3 on Windows, /dev/ttyACM0 on Linux and
/dev/cu.usbmodem411 on MacOSX
type: symbol
close
disconnect from device
open
connect to device
@port
Get/set name of serial port, eg.: COM3 on Windows, /dev/ttyACM0 on Linux and
/dev/cu.usbmodem411 on MacOSX
type: symbol
@rate
Get/set serial baud rate
type: int
enum: 110, 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 38400, 56000, 57600, 115200, 128000, 256000
default: 57600
@devices (readonly)
Get list of found serial devices
type: list
Authors: Serge Poltavsky
License: GPL3 or later