First, Thanks for your nice comments and explanation.
I have a simple and special question:
As I understood in your project, you can communicate with another device via USB. So you implemented also a firmware or driver which connect your device to your application.
In my project I have a programmed Printed Circuit Board(PCB)and also a firmware (like a driver for a hardware) which already has installed on my laptop. Now, I can communicate with my programmed PCB via Tera Term (http://ttssh2.sourceforge.jp/) software.
I tried to just replace the VID and PID of my special PCB on your application to communicate with my PCB. But it did not work. The question is: which part of your project do I need change for communicating with my PCB? How can I use the installed driver (firmware) in your application?
USB CDC Communication to Microcontroller
Hi
First, Thanks for your nice comments and explanation.
I have a simple and special question:
As I understood in your project, you can communicate with another device via USB. So you implemented also a firmware or driver which connect your device to your application.
In my project I have a programmed Printed Circuit Board(PCB)and also a firmware (like a driver for a hardware) which already has installed on my laptop. Now, I can communicate with my programmed PCB via Tera Term (http://ttssh2.sourceforge.jp/) software.
I tried to just replace the VID and PID of my special PCB on your application to communicate with my PCB. But it did not work. The question is: which part of your project do I need change for communicating with my PCB? How can I use the installed driver (firmware) in your application?
Regards
Bamshad