[Discuss-gnuradio] Python code error on Windows

2011-07-07 Thread Mark Colin
Hi list and Josh, I need your help. As Josh told me I CMake'ified this UCLA ZigBee project based on a similar structured project and made a gr-ucla folder with all needed files, I compiled it and got the gnuradio-UCLA.dll, gnuradio-UCLA.lib files; the swig interface file (UCLA.py, _UCLA.li

Re: [Discuss-gnuradio] Error when using UHD, GRC

2011-05-02 Thread Mark Colin
ib\Release\) but it's not working, so the problem is due to paths. I downloaded UHD source code to D:\uhd. Maybe I set wrong some parameters in CMake. Do you have any idea regarding this? Thanks, Mark. From: Josh Blum To: Mark Colin Cc: Discuss-gnurad

Re: [Discuss-gnuradio] Error when using UHD, GRC

2011-04-27 Thread Mark Colin
r in the test program uhd_usrp_probe before sending out any packet. What could be the problem? Thank, Best Regards, Mark. From: Josh Blum To: Mark Colin Cc: Discuss-gnuradio@gnu.org Sent: Wed, April 27, 2011 3:13:39 AM Subject: Re: Error when using UHD

Re: [Discuss-gnuradio] Error when using UHD, GRC

2011-04-26 Thread Mark Colin
Hi Josh, I have an USRP1 working on USB therefore it shouldn't give such kind of errors like "Error: An existing connection was forcibly closed by the remote host"? It has nothing to do with firewalls (I'm not opening UDP sockets, it's not a USRP2 or newer device) therefore the big quest

[Discuss-gnuradio] Error when using UHD, GRC

2011-04-26 Thread Mark Colin
Hi, regarding my previous question I checked GRC and saw that WX GUI or QT GUI can be choosed, for some example I added some sliders for variables from QT GUI Widgets and I received some other error: Traceback (most recent call last): File "D:\TestProjects\Test\dial_tone.py", line 17, in

[Discuss-gnuradio] Error when using UHD, GRC

2011-04-26 Thread Mark Colin
Hi, I installed latest UHD (on a WinXP SP3 OS) but when I'm trying to run the uhd_find_devices.exe I receive this error: C:\program files (x86)\uhd\bin>uhd_find_devices Win32; Microsoft Visual C++ version 10.0; Boost_104400; UHD_003.000.001-release Device discovery error: An existing connect

Re: [Discuss-gnuradio] Gnuradio and Uhd on windows,

2011-04-15 Thread Mark Colin
Hi Josh,  excuse me, right now I checked your website and read about MSVC redistributable package from microsoft and the recomandation to install it to c:\program files (x86). I will check if it's working with these changes. Thanks, Best regards, Mark.

Re: [Discuss-gnuradio] Gnuradio and Uhd on windows,

2011-04-15 Thread Mark Colin
Hi Josh, >    Just to verify things, I decided to try this out on an old XP laptop. I >installed uhd and set my UHD_IMAGE_PATH, updated the driver to the >WinUSB. The probe and find devices worked just fine. >I recommend you try a different computer, a different usb cable, or a >different os. Jus

Re: [Discuss-gnuradio] Gnuradio and Uhd on windows,

2011-04-14 Thread Mark Colin
Best regards, Mark. From: Don Ward To: Mark Colin Cc: discuss-gnuradio@gnu.org Sent: Thu, April 14, 2011 3:56:45 PM Subject: Re: [Discuss-gnuradio] Gnuradio and Uhd on windows, Mark Colin wrote: >  When I power up the USRP1 it shows in the DeviceManager the LibUSB-Win32 Devices -> USRP f

Re: [Discuss-gnuradio] Gnuradio and Uhd on windows,

2011-04-14 Thread Mark Colin
Hi Josh, >> From your email, it looks like you did those things. When you run >>uhd_find_devices, the driver will actually load a firmware image >> >>and reset the USRP (if this is the first time it was powered up). You should >>see >>the device disconnect and connect when this happens. >> >>A

[Discuss-gnuradio] Gnuradio and Uhd on windows,

2011-04-10 Thread Mark Colin
Hi Marcus, yes you are right, anyway it was my first post :). So regarding the USRP1 and UHD. As I wrote before I installed everything I found on http://www.ettus.com/downloads/gnuradio/. When I run from command line the uhd_find_devices.exe nothing happend, no error, nothing. If it would

[Discuss-gnuradio] Gnuradio and Uhd on windows, installation problem.

2011-04-10 Thread Mark Colin
Hi everyone,    I have an USRP1 and trying to get it work under Win environment. I read some informations from http://www.joshknows.com/gnuradio_port and from this forum according to that I downloaded everything from http://www.ettus.com/downloads/gnuradio/ (dependencies, ) and installed them.