c# - Transmit data to Raspberry Pi Tx running windows 10 -


need output text tx of raspberry pi using windows universal app/ cpp/ c#

please me understand how transmit data tx (or write text tx) of raspberry pi running windows 10 core

it not possible use on-board serial device on raspberry pi 2 universal apps - reserved lower-level debugging, device drivers. see this , this.

however, can confirm cp2102-based usb-serial adapters, one, work properly. ftdi-based adapters, far more common in experience, can made work, require special installation , specific changes program's software. jark has great instructions , sample program available on this github repo.


Comments

Popular posts from this blog

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -