Hello,
I have been trying to communicate via UART with the Nordic nRF52832 DK (10040) in a Linux (Fedora 26) Guest on Virtual Box. The guest is Windows 7.
The JLink drivers seem to work properly for device programming. However, when I connect a serial terminal to ttyACM0 no data is received despite being able to open the port. I tried using minicom and gtkterm with equivalent result.
If I run the same program in the Windows guest and listen with Putty I get the expected data.
JLink Linux = V620c JLink Win = V620d
Any idea on I could tackle the problem and have the UART working in the VM?