A
Andrea Crotti
I have to read/write on a usb device, where we normally attach things
that I don't have always available.
Since this usb connection only forwards data it would be theoretically
the same if I write and read over a file.
But how do I simulate the serial (usb) interface?
My collegue told me there some kind of acknowledgement needed for that.
But maybe then I should create a character device and fake there is
something attached to it?
Any hints or good links where to understand how it could be done?
Thanks
that I don't have always available.
Since this usb connection only forwards data it would be theoretically
the same if I write and read over a file.
But how do I simulate the serial (usb) interface?
My collegue told me there some kind of acknowledgement needed for that.
But maybe then I should create a character device and fake there is
something attached to it?
Any hints or good links where to understand how it could be done?
Thanks