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

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to