30 questions with .NET Internet of things tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

How can I connect serail port in linux by .net core?

There are two serial ports in my device, I have to get data from the A port, convert and transfer it to the B port. I want to develop it by .net core. In the windows system there is a port name(For example COM1/COM2). I need the port name to connect…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,573 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
30 questions
asked 2021-11-03T07:09:35.947+00:00
melon NG 291 Reputation points
commented 2021-11-04T01:19:43.277+00:00
melon NG 291 Reputation points
1 answer

Develop .net core application on raspberry pi 4

I'm developing an application that collects electrical power data and events (which occurs in few milliseconds), I'm using .NET Core on Raspbian OS. My question: Is there any concerns should considered for Timing (process real time data without losing)…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
30 questions
asked 2021-08-19T15:51:08.273+00:00
Walid.Yahia 6 Reputation points
answered 2021-09-06T10:52:58.157+00:00
Sander van de Velde | MVP 30,786 Reputation points MVP
1 answer

The requsted address is invalid in this context when i am trying to listing for specific IP

I am trying to connect the medical equipment with LAN cable. and i am using C# based windows application to receive the data which machine is sending when any blood sample runs in machine As per my requirement i need to use TCP listner to recevie the…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,573 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
30 questions
asked 2021-05-07T12:40:36.173+00:00
pravin Gavande 1 Reputation point
commented 2021-06-07T11:08:34.11+00:00
pravin Gavande 1 Reputation point
0 answers

Available screen resolutions in Windows 10 IoT Core and 4K

To properly display the download process of the Window 10 IoT Core operating system on Raspberry Pi, you must be known to be acceptable for frame rate and screen resolution of monitor. They come from somewhere and most likely when you get an EDID of…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
30 questions
asked 2021-04-12T08:26:59.937+00:00
Alxndr 1 Reputation point
5 answers

Windows 10IOT Users change system time

As per previous post: https://social.technet.microsoft.com/Forums/en-US/e4b338a8-110d-4cfb-9e6e-e0376de3d7f3/windows-10-set-time-privilege-missing?forum=win10itprogeneral In my application it is IMPERITIVE that Users be able to change the system…

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,820 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
30 questions
asked 2021-03-02T18:03:38.773+00:00
Boyd Mills 21 Reputation points
commented 2021-03-15T06:15:59.113+00:00
Daisy Zhou 20,791 Reputation points Microsoft Vendor
0 answers

control remote switch from vb.net visual basic application via wifi

in windows 10 pc environment I want my vb.net app to control remote switch(es) over wifi lan. I hope to establish a dialogue to discuss what components and APIs would be involved in this project. I haven't used this forum, so I'm not sure where to view…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
30 questions
asked 2021-02-16T20:32:39.09+00:00
Frank Brady 21 Reputation points
0 answers

Running .Net 5 WorkerService as daemon on Raspbian configuration issue

Created a WorkerService that runs well as a service on Windows. After changing the UseWindowsService() call to UseSystemd() (and the filepath to use for logging) and publishing I can alse execute it from the command line using ssh on my raspberry pi. I…

.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
30 questions
asked 2021-01-20T12:34:29.023+00:00
Frank Sarlemijn 21 Reputation points
1 answer

How to connect ESPnow to C#

ESPnow is a protocol to connect one Espressif device to another over WiFi , such as ESP32 or ESP8266, WEMOS etc. the advantage is that it is not relying on local WiFi network, so no need to select a WiFi Network and register to it with a password. I…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,573 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
30 questions
asked 2021-01-13T10:50:58.357+00:00
YigalB 1 Reputation point
commented 2021-01-18T07:14:29.45+00:00
YigalB 1 Reputation point
1 answer One of the answers was accepted by the question author.

howto develop c# on raspbian and vs 2019

I would like to write a simple file transfering app on a SBC. I have chosen raspberry pi for this. Windows IoT proved to be unreliable and I gather from the web that Microsoft stopped the development of this in favor of using Linux (in this case…

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
962 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
999 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
30 questions
asked 2021-01-14T11:29:24.053+00:00
Frank Sarlemijn 21 Reputation points
accepted 2021-01-15T12:42:47.037+00:00
Frank Sarlemijn 21 Reputation points
1 answer

Read temperature from RPI2 on Windows 10 IoT with MAX31865 failled

Hello, I am trying to read the temperature on a PI2 with Windows 10 IoT but I always have 0 as returned value for MAX31865_CONFIG_REG or MAX31865_RTDMSB_REG The sample in python works fine with Raspian …

Windows for IoT
Windows for IoT
A family of Microsoft operating systems designed for use in Internet of Things (IoT) devices.
383 questions
.NET Internet of things
.NET Internet of things
.NET: Microsoft Technologies based on the .NET software framework.Internet of things: A concept that aims to extend the benefits of the regular internet, including constant connectivity, remote control ability, and data sharing, to goods in the physical world.
30 questions
asked 2020-12-02T08:54:49.957+00:00
Romain THOMAS 6 Reputation points
commented 2020-12-03T02:02:04.04+00:00
Michael Xu 336 Reputation points