Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with serial communication. #2

Open
paulsonmathew21 opened this issue Mar 11, 2019 · 1 comment
Open

Issues with serial communication. #2

paulsonmathew21 opened this issue Mar 11, 2019 · 1 comment

Comments

@paulsonmathew21
Copy link

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?

@void-m4110c
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants