Jump to content

Q STRING command issue


quentin_lamamy
Go to solution Solved by dark_pyrro,

Recommended Posts

Hi,

According to the documentation the Q STRING command argument don't require quotes. During my work on an OSX layout for bb i discover this strange behavior :
 

LED SETUP
ATTACKMODE STORAGE HID
LED ATTACK

# Line 5-12 are just test to check if the command works well with and without quote
# and that this behavior are the same on the short QUACK command

QUACK STRING Hello World
Q ENTER
QUACK STRING "Hello World"
Q ENTER
Q STRING Hello World
Q ENTER
Q STRING "Hello World"
Q ENTER
Q STRING "<"
Q ENTER
Q STRING <
Q ENTER

LED FINISH

Produce :
 

Hello World
Hello World
Hello World
Hello World
<

I expected

Hello World
Hello World
Hello World
Hello World
<
<
<

The bashbunny get stuck on line 15 (line 14 has been executed), my led stay in LED ATTACK forever. Seems that using the STRING command with symbol without quote make the bunny sick (i have made the test with others symbols).

 

When trying to press the [<] key it the same it's stuck

LED SETUP
ATTACKMODE STORAGE HID
LED ATTACK

QUACK STRING Hello World
Q ENTER
QUACK STRING "Hello World"
Q ENTER
Q STRING Hello World
Q ENTER
Q STRING "Hello World"
Q ENTER
Q STRING "a"
Q ENTER
Q a
Q ENTER
Q STRING "<"
Q ENTER
Q <
Q ENTER

LED FINISH

Is there something i miss understood or it's an issue ?

Edited by quentin_lamamy
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...