|
|
let serialPort = SerialPort(path: "/dev/cu.usbmodem1234") // you'll need to find the correct device on your own, but this is what it will resemble on a mac
|
|
let serialPort = SerialPort(path: "/dev/cu.usbmodem1234") // you'll need to find the correct device on your own, but this is what it will resemble on a mac
|
|
|
baudRateSetting: .symmetrical(.baud115200),
|
|
baudRateSetting: .symmetrical(.baud115200),
|