I was going through planty of nf samples (many thanks for that), but couldn't find any, where I can read data sent by USB cable (serial port).
In arduino I would simply write: Serial.readString()
to get data sent through COM. How that could be acomplished in nanoframework?