Android Question Docked Scanner File Transfer To PC

Chad

Member
Licensed User
I have a scanner that is connected to my computer by a docking station. I can manually move a files back and forth between the scanner and computer, how can I do that in code?
 

DonManfred

Expert
Licensed User
Longtime User
how can I do that in code?
You are not able to copy them by code in your B4A app.

You can use a Batchfile on PC to do it. Or any other tool which calls adb commands.

adb push for ex.
 
Upvote 0
Top