UAP中的modbus [英] modbus in UAP

查看:78
本文介绍了UAP中的modbus的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开发了一个与
modbus ,此时我需要将此应用程序迁移到通用Windows应用程序以便在RaspBerry中运行Pi与iot核心10。


我需要找到一个用于与modbus通信的dll,它支持.netcore我拥有的dll只支持.netframework。



任何人都可以知道任何用于uap的dll ?

解决方案

所以要逐一处理点数



Windows窗体应用程序需要以您熟悉的任何语言迁移到XALM界面。



你所拥有或正在要求的dll几乎肯定不会工作,除非碰巧被编译为针对Windows 10 Core IoT(ARM或x86 d)运行取决于你的物联网设备。)



你如何连接到Modbus?如果通过USB,那么大多数的Dongles都有Seri​​al over USB,所以在

https:/ /social.msdn.microsoft.com/Forums/en-US/682600bd-c0d3-4c12-9760-4b2f1c539f83/how-to-enable-a-usbtoserial-converter-on-raspberry-pi-2?forum=WindowsIoT
和其他地方。



如果通过Wifi,那么你所拥有的代码就应该"开箱即用"。


I have developed a Windows form application that communicate with modbus , at this moment i need to migrate this application to universal Windows applications for run in RaspBerry Pi with iot core 10.

I need to found a dll for communicate with modbus that suport .netcore the dll that I have only support .netframework.

Can anyone know any dll for use with uap?

解决方案

So to deal with the points 1 by 1

Windows Form applications need to be migrated to a XALM interface in whatever language you are comfortable in.

The dll you have or are asking for will almost certainly not work , unless it happens to be compiled to run against Windows 10 Core IoT (ARM or x86 depending on your IoT device).

How are you connecting to Modbus? If through USB then most of the Dongles out there are Serial over USB so it might be worth while having a look at the Generic Serial over USB stuff at https://social.msdn.microsoft.com/Forums/en-US/682600bd-c0d3-4c12-9760-4b2f1c539f83/how-to-enable-a-usbtoserial-converter-on-raspberry-pi-2?forum=WindowsIoT and elsewhere.

If via Wifi then the code you have should just work 'out the box'.


这篇关于UAP中的modbus的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆