On Friday, January 04, 2019 20:03 CET,
ivomlouro@xxxxxxxxxxx wrote:
Hello,
I recently Installed SC 3.10. I use SerialPort to get data from Arduino. In the new version, whenever I call SerialPort.devices, the whole app gets frozen.
the SerialPort.new works fine. Don't know about other methods, as these are the only ones I use for now.
hi,
this is a known issue affecting macOS:
https://github.com/supercollider/supercollider/issues/4131there's a fix here -- if you have time to try building this branch it'd be appreciated if you could test it: https://github.com/supercollider/supercollider/pull/4180
until 3.10.1, the workaround is to just not run SerialPort.devices on macOS for the time being -- all other SerialPort functionality works ok as long as you've specified the correct path. (for anyone else reading, linux and windows are not affected by this.)