Ok, so now I got the most stable way:
ESP32: https://github.com/mrkwenzel/esp-idf-golang-serial/blob/main/tinyusb_cdc_acm_device/main/tinyusb_cdc_acm_device.c
go: https://github.com/mrkwenzel/esp-idf-golang-serial/blob/main/go-serial/main_1st.go
The only things I'm missing:
1) How can I read ...
Search found 5 matches
- Fri Apr 07, 2023 5:50 pm
- Forum: Hardware
- Topic: USB CDC serial communication example
- Replies: 2
- Views: 6042
- Wed Apr 05, 2023 2:41 pm
- Forum: Hardware
- Topic: USB CDC serial communication example
- Replies: 2
- Views: 6042
Re: USB CDC serial communication example
Ok now i tested tinyusb and it provided me some interesting results. At least i got my gen joke command stable.
ESP Code: https://github.com/mrkwenzel/esp-idf-golang-serial/blob/main/tusb_serial_device/main/tusb_serial_device_main.c
golang Code: https://github.com/mrkwenzel/esp-idf-golang-serial ...
ESP Code: https://github.com/mrkwenzel/esp-idf-golang-serial/blob/main/tusb_serial_device/main/tusb_serial_device_main.c
golang Code: https://github.com/mrkwenzel/esp-idf-golang-serial ...
- Mon Apr 03, 2023 6:48 pm
- Forum: Hardware
- Topic: USB CDC serial communication example
- Replies: 2
- Views: 6042
USB CDC serial communication example
Hello,
I'm a bit new to the whole IDF universe and making my first babysteps.
So working with the IDF was mandatory as I'm currently experimenting with some peripherals.
After getting to know how to create the necessary business logic I'm currently facing the problem with communicating as USB ...
I'm a bit new to the whole IDF universe and making my first babysteps.
So working with the IDF was mandatory as I'm currently experimenting with some peripherals.
After getting to know how to create the necessary business logic I'm currently facing the problem with communicating as USB ...
- Mon Mar 06, 2023 9:15 pm
- Forum: ESP-IDF
- Topic: Wemos S2 mini not recognised by Macbook after flashing ESP-IDF hello_world example
- Replies: 2
- Views: 3290
Re: Wemos S2 mini not recognised by Macbook after flashing ESP-IDF hello_world example
Thanks! Now it works.
- Sun Mar 05, 2023 9:38 pm
- Forum: ESP-IDF
- Topic: Wemos S2 mini not recognised by Macbook after flashing ESP-IDF hello_world example
- Replies: 2
- Views: 3290
Wemos S2 mini not recognised by Macbook after flashing ESP-IDF hello_world example
Hello,
I'm a little bit new to the esp idf world, so i wanted to follow this tutorial: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html#get-started-linux-macos-first-steps
My VS Code is setup and I already came to the part hitting the ESP-IDF: Build ...
I'm a little bit new to the esp idf world, so i wanted to follow this tutorial: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html#get-started-linux-macos-first-steps
My VS Code is setup and I already came to the part hitting the ESP-IDF: Build ...