kataventos / KV-OSD-Team

OSD for Multiwii
kvteamosd.com
1 stars 0 forks source link

#define SPEED line (for serial port baudrate) in config.h is ineffective #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Changing "#define SPEED 115200" in config.h to 38400 for example
2. Compile and upload to OSD board
3. MultiWii Serial port is running at 38400 as well
4. Connect OSD board to MultiWii Board

What is the exact brand and model of hardware you´r using?
MinimOSD 1.1

What is the expected output? What do you see instead?
Expected communication and items on screen,
I see there is no communication

What official OSD version are you using?
2.3

Have it been modified in any way?

Please provide any additional information below.
When searching the code, i found the following line: "SerialOpen(0,115200);" in 
KV_Team_OSD.cpp,
suggesting that the SPEED definition is not in use.

Original issue reported on code.google.com by Hadar.Is...@gmail.com on 16 Aug 2014 at 5:28