I would like to send multitouch PointerID, Action and X,Y variables to a VB6 program on my PC where I want to analyze the data as soon as I can after the event in Sub GesturesTouch (multitouch tutorial sub) on my Android.
Before I commit to using one of the ways to do this I would like some feedback on which way would be the easiest and/or most efficient.
I think I have at least these ways to get the data to VB6:
1. USB cable
2. Bluetooth
3. Wireless
4. ADB and winsock
5. File writing and reading
If there is a specific example of any of these available, please direct me to it.
I do not prefer 5. as the data could be significantly delayed.
4. may be doable but I need specifics (see http://www.b4x.com/android/forum/threads/how-to-xfer-data-using-usb-only.19771/ )
I have no experience with 3.
I prefer USB since this would also keep the battery charged on my Android.
Any help would be appreciated.
Thanks,
Dale
Before I commit to using one of the ways to do this I would like some feedback on which way would be the easiest and/or most efficient.
I think I have at least these ways to get the data to VB6:
1. USB cable
2. Bluetooth
3. Wireless
4. ADB and winsock
5. File writing and reading
If there is a specific example of any of these available, please direct me to it.
I do not prefer 5. as the data could be significantly delayed.
4. may be doable but I need specifics (see http://www.b4x.com/android/forum/threads/how-to-xfer-data-using-usb-only.19771/ )
I have no experience with 3.
I prefer USB since this would also keep the battery charged on my Android.
Any help would be appreciated.
Thanks,
Dale