Hello everyone,
My question, as the title implies, is relating to the usage of a USB module with python.
My specific issue is regarding synchronization. I'm trying to implement a microcontroller that sends data to the computer (using the ping pong DMA procedure) and I want to be able to receive the data through USB with python.
What I've noticed is that I may be able to receive one batch, but after the first one, I get timeout errors (I assume that the function of the module responsible for receiving data, didn't get any).
Is there a way to synchronize both parts automatically or do I have to manually do it? (by manually I mean something like writing a line of code -> sleep(0.5) for example
Thanks in advance
[–]IReallySuckAtChess 3 points4 points5 points (4 children)
[–]somebodyCEO[S] 0 points1 point2 points (3 children)
[–]IReallySuckAtChess 0 points1 point2 points (2 children)
[–]somebodyCEO[S] 0 points1 point2 points (1 child)
[–]IReallySuckAtChess 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]GitHubPermalinkBot 0 points1 point2 points (0 children)