i have an application on android which communicates with Arduino device, it communicates with the Arduino through the USB interface and we would like to have access of some of those functions remotely in order to run our end to end tests. We're having problem in finding a way to run our Arduino mock(which we've built for testing the app on emulator) some functions which we need access remotely. Any help will be appreciated regarding this, Thanks.
Asked
Active
Viewed 65 times
1 Answers
0
I can think of two options:
- a command line interface to your mock classes (like
input
) - a service you can invoke from command line (using
service call SERVICE CODE [i32 INT | s16 STR] ...
)
If you can provide a more detailed example perhaps other options would come to mind.

Diego Torres Milano
- 65,697
- 9
- 111
- 134