Re: How to write a string to serial?
Felipe Neves
Hi, depending on where the message is placed, you will not see it on console. if I remember the hw example in zephyr was implemented on whis way: void main(void) { printf("Hello_x86! \r"); } Instead, do a slight modification on main.c on main function to become: void main(void) { for(;;) { printf("Hello_x86! \r"); task_sleep(500); } } This will continuosly prints the message on your console, and if your def_config is okay, you will able to see the messages hitting on your minicom instance. Best, Felipe 2017-03-29 12:06 GMT-03:00 Kumar Gala <kumar.gala@...>:
--
Felipe S. Neves Embedded software & systems engineer Skype: fneves1989 +55 11 96610 – 0855
|
|