You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have programmed my Arduino Nano board with the challenge binary and found out the baud rate using Logic analyzer. I tried connecting to the target from windows as well as linux machines and was able to get the initial console of target. I could not enter or ever able to read the challenge value from the target. what could be the possible reason?
The text was updated successfully, but these errors were encountered:
It is very likely that this has to do with your terminal. In "minicom" for example, you have to send a newline character after the linefeed character.
This can be done by entering control-j followed by control-m right after the string you want to send.
I have programmed my Arduino Nano board with the challenge binary and found out the baud rate using Logic analyzer. I tried connecting to the target from windows as well as linux machines and was able to get the initial console of target. I could not enter or ever able to read the challenge value from the target. what could be the possible reason?
The text was updated successfully, but these errors were encountered: