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
Thank you for all the effort you put into this repo, it's a really great project!
While trying to use it on my 2017 MacBook Pro (macOS Ventura 13.4.1), I was not able to get the CLI working with my Arduino. The Arduino and the floppy disk drive had been successfully tested using a Windows PC.
I used my scope to check the FTDI TX line and it sends the correct initialization byte sequence, but only at 9600 instead of 2000000 baud. When changing the initialization order inside SerialIO::configurePort() by moving ioctl(m_portHandle, IOSSIOSPEED, &baud) past the call to tcsetattr(), the CLI works as expected.
I prepared a pull request and it would be nice if you could consider merging it.
The text was updated successfully, but these errors were encountered:
thoralt
changed the title
Baud rate not set correctly on MacOS Ventura
Baud rate not set correctly on macOS Ventura
Nov 28, 2023
Thank you for all the effort you put into this repo, it's a really great project!
While trying to use it on my 2017 MacBook Pro (macOS Ventura 13.4.1), I was not able to get the CLI working with my Arduino. The Arduino and the floppy disk drive had been successfully tested using a Windows PC.
I used my scope to check the FTDI TX line and it sends the correct initialization byte sequence, but only at 9600 instead of 2000000 baud. When changing the initialization order inside
SerialIO::configurePort()
by movingioctl(m_portHandle, IOSSIOSPEED, &baud)
past the call totcsetattr()
, the CLI works as expected.I prepared a pull request and it would be nice if you could consider merging it.
The text was updated successfully, but these errors were encountered: