Can this be used as LE Bluetooth Terminal?
viversba opened this issue · 3 comments
I can't seem to find the code (in the plugin) to receive messages from LE Bluetooth devices? Does this project have such thing implemented?
@nviverosb , this repo is not suited as-is for sending messages back and forth, as far as I know. The original creator's source code for AndroidStudio.jar has a crucial line commented out for performing the message sending, and I had to manually seek out the original code (hosted on some other site, can't find it on his GitHub page) and compile a modified JAR file to allow for sending.
It was a pain in the ass getting everything up and going, so I may end up forking and sharing my changes, with which I got two Android devices to send messages in a chat client back and forth. If I haven't done this in two weeks or so, shoot me a message, I may have forgotten and I've been busy the whole time.
@nviverosb I made this repo because I wanted to make simple DIY VR Controller. Since controller only send data to the device, it did not consider all the circumstances. (ex. send data to controller)
For a while, I was busy with my work and I was not take care about this repo, but NOW I can afford a little bit, and The repo will be reorganized in a week. wait a few moment! 😭
@GDFauxtrot @rlatkdgus500 thank both of you guys.
Any help is greatly appreciated. I'll keep an eye on this repo for future changes.