c# - Raspberry Pi 3 with ASP.NET Core and USB Serial Connection -
i'm trying create web server exposes serial communication interfaces. server written in asp.net core running on windows 10 iot, connected via usb arduino. information sent via serial port arduino web service on time.
the issue i'm running working examples of serial communication in fashion written universal windows platform. win10iot serial sample. problem api's used in example aren't available in asp.net core application.
what need in order enable sending serial data arduino raspberry pi? feature windows 10 iot plans provide or should platform adopted implement this.
there 2 solutions problem i'm facing.
- create , host asp.net website in universal windows platform app
or
- establish serial communication between asp.net core , usb/serial port.
the second option preferred, solving problem fantastic!
Comments
Post a Comment