Skip to content
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

Add an option to change the connection speed #1

Closed
HvB opened this issue Mar 18, 2012 · 2 comments
Closed

Add an option to change the connection speed #1

HvB opened this issue Mar 18, 2012 · 2 comments
Assignees

Comments

@HvB
Copy link
Owner

HvB commented Mar 18, 2012

The GPS device has sometime to be initialized.
Something like the following commands:
su root
stty -F /dev/ttyUSB0 ispeed 4800

However it would require a rooted device with busybox and superuser installed... stty is not available in the standard android shell.
Should not be a pb, if the device is rooted.

@ghost ghost assigned HvB Mar 18, 2012
@HvB
Copy link
Owner Author

HvB commented Mar 22, 2012

should be in next versions UsbPS4Droid_apha4 and UsbPS4Cupcake_apha4

see commits 9f0a1c2 and e4da340

@HvB HvB closed this as completed Mar 29, 2012
@shadowpanther
Copy link

If you have busybox, you should call "busybox stty -F ..." instead of "stty -F ...", because stty isn't a standalone binary. Can you change that, or better make an option?

@HvB HvB reopened this May 22, 2012
HvB added a commit that referenced this issue Aug 18, 2012
@HvB HvB closed this as completed Mar 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants