-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminal doesn't seem to interpret commands at all (Mac OS X) #6
Comments
There is just not enough info here to even begin debugging any potential issue. Do you have permissions to open the port? Have you actually opened the port? Is it at the right baud? |
Okay, I've updated the issue description and title. I have opened the port. The console lines displayed are:
|
I've added some debug lines to see what's going on with the parsing. The functionality of the original code is unchanged:
The console lines now read:
I put this down to |
I'm using PyPose on a Mac, and the terminal does not function correctly. It
Reproduction:
config
andport
; select the USB port for the ArbotiX controller (for me, this is/dev/tty.usbserial-A900gcf
)Example
(none of the things you type are interpreted as commands.)
I'm using Mac OSX Mountain Lion (10.8) with Homebrew-installed Python, and using wxPython
2.9.4.0
provided by thewxmac
Homebrew package. I think it has to do with how lines are grabbed fromwx
. I'm not Pythonista but when I try toprintln
out the commands it parsed from theTextCtrl
, all I get are numbers. No wonder it can't recognise any commands. What's more curious is that no error is thrown.The text was updated successfully, but these errors were encountered: