English 中文(简体)
控制器232 窗户终端方案
原标题:Control rs232 windows terminal program from python

我正在测试一个配备一台自动服务器的硬件。 我与服务器连接,以配置有关硬件。

我的试验环境是在3月3日写成的。

为了开车服务器,我需要在我的板上启动一个专门的终端应用程序。 我知道,我必须使用这一软件,我对此没有帮助。 然而,我确实知道如何利用它来发射机车服务器,而且我需要这样做。

当我开始这项评估时,我去看菜单,开方言,在座中,我选择了相应的港口/高速硬件。 然后,我进入指挥系统,在申请中像窗户一样的ole子上发射机。 随后,我接手了我进入的硬件行政代码。 当Im完成了设备配置时,我发出重新启用硬件软件的指令。

为了让我完全实现测试自动化,我需要删除从每场测试机开始的手册。

我知道,我有两个选择:

  1. Windows GUI automation
  2. Save the stream of data sent on the com port when using this application.

I ve试图找到一个GUI汽车公司,但Pywinauto是支持3号飞机。 我应当研究的任何其他选择?

关于我如何监测有关港口和拯救该港口的任何建议?

感谢

Barry

最佳回答

您是否对pySerial? 几年前,我曾使用过这段话,但处理RS-232通信非常好,认为它符合Sharma3。

问题回答

Sikuli可提供所需的GUI自动化。

我也能够利用《圣经》解决这一问题,但帝国是首选的解决办法。





相关问题
Can Django models use MySQL functions?

Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and ...

How to remove unique, then duplicate dictionaries in a list?

Given the following list that contains some duplicate and some unique dictionaries, what is the best method to remove unique dictionaries first, then reduce the duplicate dictionaries to single ...

What is suggested seed value to use with random.seed()?

Simple enough question: I m using python random module to generate random integers. I want to know what is the suggested value to use with the random.seed() function? Currently I am letting this ...

How can I make the PyDev editor selectively ignore errors?

I m using PyDev under Eclipse to write some Jython code. I ve got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

Pragmatically adding give-aways/freebies to an online store

Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...

Converting Dictionary to List? [duplicate]

I m trying to convert a Python dictionary into a Python list, in order to perform some calculations. #My dictionary dict = {} dict[ Capital ]="London" dict[ Food ]="Fish&Chips" dict[ 2012 ]="...

热门标签