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
Stentura 6000 will not connect to Plover running on MacOS Ventura.
Plover DOES work on the same computer running Windows 10 bootcamp.
Steps to reproduce
Configure using instructions in the Wiki for 400 SRT - error occurs regardless of baud rate or type of realtime connection (6000 or 6000+ are the options).
Expected behavior
Stentura should say "connected" in Plover window.
Actual behavior
Attempts to initialize, then says disconnected.
Log shows following information: 2023-04-21 21:13:39,709 [Thread-6-machine] INFO: Failure starting Stentura Traceback (most recent call last): File "/Users/runner/work/plover/plover/build/osxapp/Plover.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.9/site-packages/plover/machine/stentura.py", line 669, in run File "/Users/runner/work/plover/plover/build/osxapp/Plover.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.9/site-packages/plover/machine/stentura.py", line 633, in _loop File "/Users/runner/work/plover/plover/build/osxapp/Plover.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.9/site-packages/plover/machine/stentura.py", line 546, in _send_receive plover.machine.stentura._ConnectionLostException
Operating system
OS: Mac OS Ventura 13.3.1 (Intel Macbook Pro)
Plover Version: 4.0.0.dev12
Hardware Config: USB 2.0 hub > Keyspan USB to Serial adapter > null modem cable > Stentura
Discussion
I am able to connect to the Stentura using Serial2 and was able to get to the "Stentura 6000 Communication Menu" in the emulator.
Stentura is in realtime mode and showing "Communications: ACTIVE"
Adapter drivers are installed and show in System Information and in /dev as both a cu and tty port. The cu serial port is selected in the Plover configure screen.
I used Homebrew to install Plover and the version of Python on my machine is 3.9.6.
Have tried reinstalling, removing the plover.cfg file and reloading Plover.
I believe this is an issue with the app for Mac OS as this setup works on this computer using Windows 10 bootcamp.
The text was updated successfully, but these errors were encountered:
Description
Stentura 6000 will not connect to Plover running on MacOS Ventura.
Plover DOES work on the same computer running Windows 10 bootcamp.
Steps to reproduce
Configure using instructions in the Wiki for 400 SRT - error occurs regardless of baud rate or type of realtime connection (6000 or 6000+ are the options).
Expected behavior
Stentura should say "connected" in Plover window.
Actual behavior
Attempts to initialize, then says disconnected.
Log shows following information:
2023-04-21 21:13:39,709 [Thread-6-machine] INFO: Failure starting Stentura Traceback (most recent call last): File "/Users/runner/work/plover/plover/build/osxapp/Plover.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.9/site-packages/plover/machine/stentura.py", line 669, in run File "/Users/runner/work/plover/plover/build/osxapp/Plover.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.9/site-packages/plover/machine/stentura.py", line 633, in _loop File "/Users/runner/work/plover/plover/build/osxapp/Plover.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.9/site-packages/plover/machine/stentura.py", line 546, in _send_receive plover.machine.stentura._ConnectionLostException
Operating system
OS: Mac OS Ventura 13.3.1 (Intel Macbook Pro)
Plover Version: 4.0.0.dev12
Hardware Config: USB 2.0 hub > Keyspan USB to Serial adapter > null modem cable > Stentura
Discussion
I am able to connect to the Stentura using Serial2 and was able to get to the "Stentura 6000 Communication Menu" in the emulator.
Stentura is in realtime mode and showing "Communications: ACTIVE"
Adapter drivers are installed and show in System Information and in /dev as both a cu and tty port. The cu serial port is selected in the Plover configure screen.
I used Homebrew to install Plover and the version of Python on my machine is 3.9.6.
Have tried reinstalling, removing the plover.cfg file and reloading Plover.
I believe this is an issue with the app for Mac OS as this setup works on this computer using Windows 10 bootcamp.
The text was updated successfully, but these errors were encountered: