firoz3321
Newbie level 5
- Joined
- Oct 3, 2008
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,350
Hi,
I am new to USB.
My basic requirement is that the microcontroller (TI LM4F232H5QD) has few bytes of data (13 bytes as of now).
the outside world should be able to read those Bytes when ever it needs.
Say, The outside world (Master) requests data, then the controller will fetch the data and return to the Master.
I implemented the same functionality using UART, I2C and ModBus so far. But how do i do it using USB ?
I am confused between so many classes in the USB.
A little guidance will help me a lot.
Thanks in advance.
I am new to USB.
My basic requirement is that the microcontroller (TI LM4F232H5QD) has few bytes of data (13 bytes as of now).
the outside world should be able to read those Bytes when ever it needs.
Say, The outside world (Master) requests data, then the controller will fetch the data and return to the Master.
I implemented the same functionality using UART, I2C and ModBus so far. But how do i do it using USB ?
I am confused between so many classes in the USB.
A little guidance will help me a lot.
Thanks in advance.