I have an issue with compilation that I don't understand : Failed to upload file "/home/pierre/build-CAN_test-UDOO-Debug/CAN_test": Could not open for reading. Any ideas ?
It 's an issue with upload, perhap's you already have an app already running with qtcreator on neo ...
OK si I succeed to run your class ! But I just have a blank window of course ! To test it I have to call the functions with button for example is that right ?
Yes you can use button to create connections (signal and slot) with the methods. In the debug you will see some messages.
Somebody know how to solve the problem of this errors : Failed to upload file "/home/pierre/build-CAN_test-UDOO-Debug/CAN_test": Could not open for reading. Still a mystery for me
So I finally move forward my compilation issue. So with your class I connect the signal data to the slot checkMessage bu when I do a cansend I already enter in the condition frame.payload().isEmpty() of checkmessage method.. Does I'm right with this process ?
No, you can't do this ! this signal is emit in this slot (checkMessages) --> you create an infinite loop ! The signal is emited automatically when a Can frame are received ! This signal is use full to connect the QCan class to another, for exemple a class that send data over ethernet ... QObject::connect(m_canDevice1,SIGNAL(data(structCan)),m_eth,SLOT(sendData(structCAn))); m_canDevice is a QCan device pointer m_eth is a ethernetClass device pointer for exemple ...
OK i'm stupid !! So it's ok now I receive the view with the frame send in loopback via cansend but that's all I can't send to my pc with udoo and vice versa
Perhaps you can already control with an oscilloscope what you have all the signals. I think you have a problem with your hardware ...
It's difficult to have an opinion about your config with just a photo ... It's like i send you a photo of my motor car and now you will find the problem ! Control your signal with an oscilloscope before you enter in the card (after your pc adapter) and on the tx and rx pin on neo.
So I check with a volmeter, my oscilloscop is just too old ! And surprise nothing go out from the board.. And it's a new one
Hi Graugans, I'm Pierre colleague. We were using the Image you sent him some months ago as everything is working fine. Now we would like to activate the touch screen from our UDOO Neo board (LVDS7 screen) From what I know, it seems some parameter has to be added to your image. Can you tell me which one? and do you think we can do it by ourself ? Thank you Fred