-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
monitor blocked in wait_read #11
Comments
The That said, neither the buck50 firmware nor the Python host application should hang. After the output stops can you recover by pressing the "ENTER" key or do you have to kill |
Hi, thanks for the answer. I tried with logic. Almost the same situation -> it says that 4824 is max number of logic samples. It somehow seems that as soon as the signal I am recording starts, 4824 samples are collected fast and after that nothing is recorded. I guess that recording 19.2 Kbit signal shouldn't be a problem. |
Thanks for the clarification. I'll need to test further, but As per the documentation, my previous response, and your observations, |
Thank you @thanks4opensource |
Feel free to do so. |
Hi all,
i wanted to use buck50 in order to record a simple digital communication of 19.2 kBaud.
I call monitor with the following command:
monitor rate=50k pb4-11=enabled printf="%2.5f"
At the beginning it works fine, but at some point buck50.py get stuck at 3351:
(readers, writers, exceptors) = select.select((usb_fd, sys.stdin), ( ), ( ), timeout )
Could it be that the buffers inside the blue pill are somehow full since there are a lot of samples since the communication lasts about 20 seconds?
The text was updated successfully, but these errors were encountered: