Hi,
I would like send serial data in both directions (like by RS-232) between BMD-300 Evaluation Kit and BLED112 dongle.
I'm a beginner on this subject, so I'll ask You for an simplest example project (c++) that allow do this.
Best regards.
Marogo
Hi,
I would like send serial data in both directions (like by RS-232) between BMD-300 Evaluation Kit and BLED112 dongle.
I'm a beginner on this subject, so I'll ask You for an simplest example project (c++) that allow do this.
Best regards.
Marogo
I tried use the Code::Blocks environment to compile code examples from SDK. Which compilator I should use to create Windows console application? Now I have selected default compilator "GNU GCC Compiler" (MinGW), by it generated many errors. Maby it's not valid compilator? Sorry, I'm beginner in C programming. :(
nRF5 SDK examples work with GCC pretty well, just make sure you follow the tutorials and it's safer if you use exact version of gcc-arm-eabi-nano toolchain as mentioned in SDK release note (each version uses slightly different GCC version, mainly to keep up with GCC updates).
nRF5 SDK examples work with GCC pretty well, just make sure you follow the tutorials and it's safer if you use exact version of gcc-arm-eabi-nano toolchain as mentioned in SDK release note (each version uses slightly different GCC version, mainly to keep up with GCC updates).