Home > Software engineering >  STM32 libusb - the PC bulk transmission of win32 written in VC how to improve the speed?
STM32 libusb - the PC bulk transmission of win32 written in VC how to improve the speed?

Time:10-10

I am using libusb - win32 1.2.6.0 version, in bulk synchronous transmission, reads the character space char [BUF_SIZE], the default BUF_SIZE=64 bytes, in order to improve the speed, I modified the stack size is 4 m, amend the BUF_SIZE to 1 m (4 k, 8 k, more than 64 byte cannot normal execution). Embodied in the transport process will stop, can't all transmission; By the way, which creates a thread, used to export data and all export data respectively; Consult everybody a great god guide, next grateful!

CodePudding user response:

To switch to start

CodePudding user response:

Can't use 3.0
  • Related