spacehuhn / wifi_ducky

Upload, save and run keystroke injection payloads with an ESP8266 + ATMEGA32U4
MIT License
1.26k stars 295 forks source link

STRING stops after 6 characters #67

Open AnthonyMentesana opened 6 years ago

AnthonyMentesana commented 6 years ago

when i run a script it will run up to a certain point and then doesnt print the full string just the first 5 characters, i think this may be an issue with the serial communication I have changed the Buad to 57600 on both, but it had to use the upload to get it to the ESP and im not sure if anything changes. it doesnt seem to work when uploading. using an esp 12e and CJ MCU like the beetle with a 3.3v voltage regulator. tested with a NODE MCU and the same beetle and it had the same issue. could it be the voltage regulator or the Baud rate?

AnthonyMentesana commented 6 years ago

i think it has more to do with the number of lines in the script... after about 8 lines it has trouble

careyer commented 6 years ago

Does the Script halt at the same position in the script all the time (disallowed/unsupported character?). If the problem differs from run to run you might have issues with an unstable serial connection. You should reduce serial speed then. See #65