Im building an android app to send files to my device over bluetooth. This sounds simple enough, however the device can only receive data with the XMODEM file transfer protocol.
After extensive searching, I have not found any useful resources or examples of this working
My question is: has anyone ever successfully sent files over bluetooth with and android using XMODEM ftp?
Thanks!