wjwwood / serial

Cross-platform, Serial Port library written in C++
http://wjwwood.github.com/serial/
MIT License
2.13k stars 1.04k forks source link

Strange data coming from serial port #117

Closed karimcitoh closed 8 years ago

karimcitoh commented 8 years ago

Sorry I am a bit new into serial communication data.

I am running the example provided and the I am getting only weird characters, but I am sure the baud rate I am using is correct. Is there any way to decode it?

Thanks in advance,

screen shot 2015-11-25 at 19 35 10
wjwwood commented 8 years ago

What do you have connected to the serial port? Also please do not post a screen shot, instead copy and paste the text into the issue.

karimcitoh commented 8 years ago

My excuses for the wrong issue, and also for copying the screenshot. It was my fault, I was not using correct settings in the device I was connecting to!

But thanks for the help and the quick answer.