I wish to interface my USB type barcode scanner with arduino yun board and for the every scan the scanned value should be shown on the serial monitor. This is my task.
I'm not able to find any HID USB interfacing examples for Arduino Yun board in the software. If any body guide me to reach the goal, that will be very useful. If any body have the sample code for HID concept, please share.
Thanks a lot for the details. I can understand your coding steps. But I do not know the way to impliment the same. Hence I'm new to both arduino yun and linux and this is my first try in this board, even I understand its bridge concepts, it's programming ways are confusing me a lot. Kindly bear and please explain the way to do this in step by step manner. From where I have to execute "opkg update" command. What are all the hardware connection I need at that time.
Please clarify my doubt. Is there any way to do "opkg update" without internet connection? Is it possible to download the required packages to SD card? and Can we update the opkg with this files in SD card?
Because in my current set up, I'm using Reliance Dongle for my internet connection. It is like pen drive and I do not have any router set up. That's why I'm looking for a alternate idea.
Finally I installed the files from my SD card and now I connected one USB mouse with yun. It is detected and shown at event 1 as mentioned by you .
Now I want to detect the mouse click. This means if I click the right mouse button, right button clicked message should be displayed in terminal. How can I do this.
In your sample, you showed a C program. Pls let me know the compiler and editor details.