Aleksei

Results 149 comments of Aleksei

Hi It looks like I have the same issue with GPU utilization. > docker run --gpus all --name digits -d -p 5000:5000 nvcr.io/nvidia/digits:18.09 I run the docker inside WSL2 (I...

Hi Louis, I'm sorry for the late reply, was too busy. Thank you for the interest to the library. I'm really appreciate your help. Of course, you did the great...

Can you send me exact code example failing, and description on how you compile the example?

Hi Julien, Could you please provide complete example to reproduce the issue? Is your platform Windows 64-bit based on x86 architecture?

I compiled the project in Visual Studio from master branch: ![изображение](https://user-images.githubusercontent.com/16983230/166868612-1f8942e2-87e1-4bad-8582-1a67d70606a4.png) As you can see, the handle is not null. Can you provide more details? For example, describe the parameters...

I'm sorry for so very long delay. The fix confused me that it doesn't take into account all possible states, when communication is considered active. It seems that DISCONNECTING state...

Hi, Yes, you're right. Some pages in the documentation are outdated. The source code for the page, you've pointed out is here: https://github.com/lexus2k/tinyproto/blob/master/src/mainpage.dox. Feel free to update it, and create...

Hi @timov50 `*p` is just a pointer to the user data, which can be specified via `setUserData()`, if you need it. So, in the example `*p` is not used.

Hi The library version you have doesn't correspond to the example you pointed in the description. Could you please move to the latest version of the library?

Hi, Unfortunately, the full duplex version (`tiny_fd`) doesn't work out of the box with the RS485 physical channel, since RS485 is the half-duplex interface. Tinyproto implements only the ABM part...