2019-06-24 06:02 AM
Hello,
i need to develop a board with stm32f103c8t6 mcu wich can communicate with an other stm32f103c8t6 using the usb.
I'm studying cdc and i can create a simple program that communicate with laptop through "putty". I can transfer data from pc, recognize it in mcu and i can toggle a led into the board. moreover i can send a reply to pc.
Now i want to create the same behavior with other mcu in place of laptop .
Can you suggest me a solution way ?
Thank you
Marco