Yes that works okay! But I have still problems with the
VirtualSerialMouse demo. The mouse works but not the serialport.
Is there a way to automate it, like with an installer for windows?
Thanks
Robin
2010/12/26 Dean Camera <abcmi...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "LUFA (Formerly MyUSB) Support" group.
> To post to this group, send email to myusb-sup...@googlegroups.com.
> To unsubscribe from this group, send email to myusb-support-l...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/myusb-support-list?hl=en.
>
>
Hi Dean,I am also using the CDC demo as a starting point to my own project. For the final outcome I was hoping to get a script to automatically install this driver. Would you be able to help me with this, or point me to a good resource where I can learn to write such a script?
--
You received this message because you are subscribed to the Google Groups "LUFA Library Support List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lufa-support...@googlegroups.com.
To post to this group, send email to lufa-s...@googlegroups.com.
Visit this group at http://groups.google.com/group/lufa-support.
For more options, visit https://groups.google.com/groups/opt_out.
--
Hi Dean,I am also using the CDC demo as a starting point to my own project. For the final outcome I was hoping to get a script to automatically install this driver. Would you be able to help me with this, or point me to a good resource where I can learn to write such a script?
Limiting to less than a single block isn't feasible;
Much better to set up the filesystem layout manually in the code with each virtual file being an integer number of blocks apart.
I think this is the approach of the PhatIO (http://www.phatio.com/) project, which uses LUFA with a different virtualized FAT filesystem implementation.