You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That problem was fixed August 2017. Please use a more recent version of the source code. I recommend the latest on the "dev" branch.
The "dev" branch is currently version 1.5 beta test 3. If no significant issues are found, this will soon be promoted to 1.5 stable. It would be good to get some feedback from a Mac user. I don't have a Mac and have to depend on others for testing.
Pulled latest version on OSX (v10.13.5) and get this. Just some missing DEFINEs or?
serial_port.c:242:34: error: use of undeclared identifier 'B57600'
case 57600: cfsetispeed (&ts, B57600); cfsetospeed (&ts, B57600); break;
^
serial_port.c:242:61: error: use of undeclared identifier 'B57600'
case 57600: cfsetispeed (&ts, B57600); cfsetospeed (&ts, B57600); break;
^
serial_port.c:243:35: error: use of undeclared identifier 'B115200'
case 115200: cfsetispeed (&ts, B115200); cfsetospeed (&ts, B115200); break;
^
serial_port.c:243:63: error: use of undeclared identifier 'B115200'
case 115200: cfsetispeed (&ts, B115200); cfsetospeed (&ts, B115200); break;
^
The text was updated successfully, but these errors were encountered: