Zopenzop
Zopenzop
Apparently, the reason why I was not able to get data correctly / was getting zero byte arrays was because I was setting the port config **after** opening the serial...
I made a local copy of the Snackbar class and modified the method to my choice, any way I could've done it better?
Yes, I am using it to show progress of an ongoing task, so I want it to ask for confirmation and end the task on clicking the close button. It...
I just saw that the CloseButtonCommand property was added, however I can only get it and not set it.
I was looking for something like an event, I've tried the usb_serial package and it's port object has an event that triggers a function whenever it listens to data. ```...
Ah sure, just needed to know if there was an existing implementation for the same.
@FengChendian At a time I receive 8-10 bytes of data. Also, if ReadIntervalTimeout, ReadTotalTimeoutConstant or ReadTotalTimeoutMultiplier are not suitable for my project, should I fork this repo and get rid...
@FengChendian I don't think it's the Win32 api. Anyways, I'll be back to working on my project once again and I'll revert back with how it turns out to work.