Search Results

Search results 1-3 of 3.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Problem solved

    nikpe - - emUSB related

    Post

    Hello again, I have today identified that my problem was solved when going from the kernel distribution 3.13.0-24-generic to 3.13.0-64-generic. Your kernel version is printed by typing " uname -r" in a terminal. I upgraded my kernel by: sudo apt-get update; sudo apt-get dist-upgrade I don't know what caused the issue but I can no longer re-produce it.

  • Linux UART stops to listen

    nikpe - - emUSB related

    Post

    Hi, Please find the attached log. There is no change in the dmesg log before and after the occurrence of the error. Best Regards, Niklas

  • Linux UART stops to listen

    nikpe - - emUSB related

    Post

    Hi, I'm developing a project using the Nordic Semiconductor nRF51-dongle that has components from SEGGER. My project consists of a PC application and a dongle firmware where the two parts communicates over UART. I am facing issues when running my project in Linux(Ubuntu 14.04), after a few open/close of the UART terminal the communication is dead. I'm not facing this problem when I'm running the same code and dongle firmware in Windows. In Linux I'm opening a correctly configured UART channel to…