Hi,
I am working on an USB CDC program with nrf52840-mdk-usb-dongle. The PC needs to use a terminal emulator like putty to connect to the dongle. Now I send and recieve data through the putty terminal.
I want to send and recieve data through files, not through putty terminal. I mean, setting an INPUT file and an OUTPUT file on PC. The dongle reads data from the INPUT file, and writes data to the OUTPUT file. Is it possible to implement this?
Thanks