What's the difference between these two libraries, and what are their use cases. Which would I use to interface with a microcontroller USB (ESP32C3) transfer responses from an HTTP API?
tpglitch wrote:
What's the difference between these two libraries, and what are their use cases.


usbdrvce is a library for using the USB interface on the CE. You can implement basically whatever you want with it.
srldrvce is a library written using usbdrvce that implements a driver for USB CDC serial devices, as well as an emulated USB CDC serial device. You should use it if you have a supported USB serial device you want to communicate with, or if you have a USB host that includes a driver for USB CDC serial devices.
Interesting. Which should I use in this case: Using it to communicate with an ESP32C3 to interface with a web API?
bump
Your questions have been answered. It's up to you to decide.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement