discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Fw: mistake using hidapi in gnuradio block


From: Luis Gabriel Yaya Garcia
Subject: [Discuss-gnuradio] Fw: mistake using hidapi in gnuradio block
Date: Sun, 10 Sep 2017 17:59:47 +0000

 

Hi dear colleages, i'm new in GNURADIO and i'm trying to use hidapi for HID device (ATMEL SAM3S), from c++ using ubuntu i use without problems, i can open, ennumerate and send/receive data, but when i use the same c++ code in GNURADIO OOT module i obtain ever the same mistake.

AttributeError: 'module' object has no attribute 'funciones'

PDT, another OOT modules that not include external elements (like HID) works fine,

I've modified CMakeList.txt 


target_link_libraries(
  test-prueba_seleccion
  ${GNURADIO_RUNTIME_LIBRARIES}
  ${Boost_LIBRARIES}
  ${CPPUNIT_LIBRARIES}
  gnuradio-prueba_seleccion
  hidapi-hidraw
  hidapi-libusb
)

I don't know what i can do, please if any of yours can help me i appreciate much.


thanks

Luis Gabriel Yaya García


reply via email to

[Prev in Thread] Current Thread [Next in Thread]