dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.42k stars 440 forks source link

Large payload file problem #247

Open denyzkoo opened 8 months ago

denyzkoo commented 8 months ago

Hi

If i use 30 commands payload it works as charm. Im using raspberry_pi_pico.

But if I use payload with 500 lines it execute only frist line and dont enter other 499 comands.

Is there any limitations?

Actualy i need to use about 50 000 lines payload maybe more. Size of payload i need to use is 845 kB.

Thank you

dbisu commented 8 months ago

There isn't a direct limit. Please post debug serial logs. Instructions here.