mbluewolf
mbluewolf
Hello, first of all thank you for merging the pull request #212, I download it and have it running on a windows 10 pc with Vs2015, but i needed to...
I tested the version you indicated in a windowsx86 executable and noticed a)device.id comes with info, device.address is empty, b)the reception is ok now!, c)but there is a problem after...
hmmm, sorry I didn't mean to close the issue...
**@doncoleman** i found the problem, in BluetoothSerial.js the function receiveStringLoop gets executed after disconnect even if unsuscribe was called before disconnect, that generates an error. Adding a check on the...
Hello, I have used this in a couple personal projects, and worked ok, I don’t remember the detail but I think it was a mixed version out of the regular...
Sorry I missed… Sent from Mail for Windows From: ***@***.***> Sent: Monday, March 13, 2023 10:23 PM To: ***@***.***> Cc: ***@***.***>; ***@***.***> Subject: Re: [don/BluetoothSerial] Windows 10 support (#294) @mbluewolf...
The email does not make sense to me, so I am guessing with all related, hope this goes throu… Sent from Mail for Windows From: Blue ***@***.***> Sent: Monday, March...
> @mbluewolf I don't think you ever attached anything. If you're trying attach, it's not working. Please e-mail or put on ftp server and share the link. @panawe , i...
Hi, i added a couple calls to log.i and collected some lines from the logcat. 1)fileList, it gets connected when calling, but i am not sure the buffer comes with...
@JcDenton86 Hi, about the point 2)file uplolad, i modified one line: //Uri fPathURI = Uri.fromFile(new File(fpath)); Uri fPathURI = Uri.parse(fpath); with this it works ok. 3)if i modify the java...