ramacha7
ramacha7
@yalcinozer Have been able to figure out how to do it. I actually have the same application goal. I need to constantly listen for data from a HC05 module.
Hi, @JulioCVaz I am trying to read data from a microcontroller that is sending data via a Bluetooth module (HC05). I see that it has been said that we can...
@JulioCVaz Thank you so much for the direction. I also wanted to ask if I can directly use the readFromDevice() function, because I need to use '\r' as my delimiter...
@JulioCVaz I tried setting up an event and using the readFromDevice() function. However I am not able to read the data being sent. This is my code so far. `...
@JulioCVaz . I tried the code you suggested and I was still not able to receive the data. the event is being triggered however, I cant see the data. This...
@JulioCVaz Oh are you talking about the function pairdevice()? Are you referring to this function? I pair the device with my cellphone in the settings of my android. But I...
@JulioCVaz I was wondering if you had any code where you implemented connecting and receiving messages from a device to the app. It would be really helpful. I will try...
@Miles629 what would be the right env position?
@FrankBu0616 did you have CUDA 11.3 or CUDA 10.2? Does it matter what cuda version this is? Or did you simply not care and just remove the build folder and...
Thank you!