Connecting FTDI device to Android as VCP
up vote
0
down vote
favorite
I'm trying to connect an FTDI FT2232H to an Android application using the Java class library that FTDI provides, which does not require root access.
Is there a way to use VCP through this package, rather than the old-style native driver route? Or, if not, is there a way to emulate a VCP interface through it (or is it possible at all to roll my own solution?) I'm finding the official docs a bit lacking, as they encourage using the Java lib over the native one, but don't explain whether or not it provides full feature parity.
java android serial-port ftdi
add a comment |
up vote
0
down vote
favorite
I'm trying to connect an FTDI FT2232H to an Android application using the Java class library that FTDI provides, which does not require root access.
Is there a way to use VCP through this package, rather than the old-style native driver route? Or, if not, is there a way to emulate a VCP interface through it (or is it possible at all to roll my own solution?) I'm finding the official docs a bit lacking, as they encourage using the Java lib over the native one, but don't explain whether or not it provides full feature parity.
java android serial-port ftdi
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to connect an FTDI FT2232H to an Android application using the Java class library that FTDI provides, which does not require root access.
Is there a way to use VCP through this package, rather than the old-style native driver route? Or, if not, is there a way to emulate a VCP interface through it (or is it possible at all to roll my own solution?) I'm finding the official docs a bit lacking, as they encourage using the Java lib over the native one, but don't explain whether or not it provides full feature parity.
java android serial-port ftdi
I'm trying to connect an FTDI FT2232H to an Android application using the Java class library that FTDI provides, which does not require root access.
Is there a way to use VCP through this package, rather than the old-style native driver route? Or, if not, is there a way to emulate a VCP interface through it (or is it possible at all to roll my own solution?) I'm finding the official docs a bit lacking, as they encourage using the Java lib over the native one, but don't explain whether or not it provides full feature parity.
java android serial-port ftdi
java android serial-port ftdi
asked Nov 13 at 0:17
Kai
896719
896719
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53271989%2fconnecting-ftdi-device-to-android-as-vcp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown