Skip to content
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

Problem with RSPdx in Windows #98

Open
juriguen opened this issue Mar 31, 2022 · 0 comments
Open

Problem with RSPdx in Windows #98

juriguen opened this issue Mar 31, 2022 · 0 comments

Comments

@juriguen
Copy link

Hi!

After some time trying to make the app work, I am facing an issue with communication with the API. I get an error when activateStream() is called, and the following

Traceback (most recent call last):
  File "C:\Users\344046\AppData\Local\Programs\Python\Python39\Scripts\soapy_power-script.py", line 33, in <module>
    sys.exit(load_entry_point('soapy-power==1.6.1', 'console_scripts', 'soapy_power')())
  File "C:\Users\344046\AppData\Local\Programs\Python\Python39\lib\site-packages\soapypower\__main__.py", line 366, in main
    sdr.sweep(
  File "C:\Users\344046\AppData\Local\Programs\Python\Python39\lib\site-packages\soapypower\power.py", line 296, in sweep
    psd_future, acq_time_start, acq_time_stop = self.psd(freq)
  File "C:\Users\344046\AppData\Local\Programs\Python\Python39\lib\site-packages\soapypower\power.py", line 256, in psd
    self.device.read_stream_into_buffer(self._buffer)
  File "C:\Users\344046\AppData\Local\Programs\Python\Python39\lib\site-packages\simplesoapy.py", line 483, in read_stream_into_buffer
    raise RuntimeError('Unhandled readStream() error: {} ({})'.format(
RuntimeError: Unhandled readStream() error: -1 (TIMEOUT)

Do you know if it might be due to the latest API not being compatible or it might be something else?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant