Configure Serial Device (vuo.serial.configure)

Changes system-wide settings for a serial device.

Arduino tutorials typically specify 9600 baud, with 8 data bits, no parity, and 1 stop bit. You might want to change the baud rate (on both ends — in your microcontroller firmware and using this node) to increase the speed, but you probably won’t need to change the other settings unless you’re working with a serial device designed before the mid-1980s.

Keywords: arduino, change, modem, rs-232, rs232, set, speed, usb


Back to vuo.serial node set documentation.