tom12sg
Member level 2
Hi All,
I need to develop a PC driver using USB interrupt IN and OUT pipe. Every 10ms it will transfer 50bytes in and out of pc. However, at times the pc might need to sent more data, so i think a linked-list or buffer is required to split and queue up the data so that it can process out at every 10ms. How do i create the buffer, in the driver code itself?
Anyone did something similar and would like to share.
Any advice and sugestion would be grateful.
Thanks.
Tom
I need to develop a PC driver using USB interrupt IN and OUT pipe. Every 10ms it will transfer 50bytes in and out of pc. However, at times the pc might need to sent more data, so i think a linked-list or buffer is required to split and queue up the data so that it can process out at every 10ms. How do i create the buffer, in the driver code itself?
Anyone did something similar and would like to share.
Any advice and sugestion would be grateful.
Thanks.
Tom