• ComPortNotifier是一个微小的工具,具有监视插头或拔掉COM端口的简单作用。 该程序在后台工作,并提供了一个弹出窗口,当您连接或断开创建虚拟COM端口的任何USB设备。 该应用程序是因为它得到一样简单,不包括一个接口,并且可以从系统托盘进行访问。

    简单地说,当您通过USB连接或断开设备时,应用程序会在系统托盘中为您提供通知。 因此,您可以立即知道该端口是否实际工作,并且您尝试连接的外设是否出现故障或正常工作。对于有兴趣开发和调试通常使用COM端口进行串行数据传输的软件和硬件解决方案的任何人,该工具都可以派上用场。

    需要注意的是,应用程序无法提供比端口是否正常工作以及当前正在使用哪个端口更多的信息。 如果程序包含更详细的信息或允许您通过计算机的串行端口记录数据,那将是很好的。 此外,它可以是有用的,有可能将数据保存到一个文件,你可以进一步检查与其他第三方应用程序。

  • ComPortNotifier एक छोटी उपयोगिता है जिसमें प्लग या अनप्लग COM पोर्ट की निगरानी की सरल भूमिका है। प्रोग्राम पृष्ठभूमि में काम करता है और वर्चुअल कॉम पोर्ट बनाने वाले किसी भी यूएसबी डिवाइस को कनेक्ट या डिस्कनेक्ट करने पर पॉप-अप प्रदान करता है। यह ऐप जितना सरल है, इसमें इंटरफ़ेस शामिल नहीं है और इसे सिस्टम ट्रे से एक्सेस किया जा सकता है।

    बस इसे लगाने के लिए, एप्लिकेशन आपको सिस्टम ट्रे में सूचनाएं प्रदान करता है जब आप यूएसबी के माध्यम से एक डिवाइस कनेक्ट या डिस्कनेक्ट करते हैं। इसलिए, आप तुरंत जान सकते हैं कि क्या वह पोर्ट वास्तव में काम कर रहा है और जिस परिधीय को आप कनेक्ट करने का प्रयास कर रहे हैं वह दोषपूर्ण है या ठीक से काम कर रहा है। यह टूल सॉफ्टवेयर और हार्डवेयर समाधान विकसित करने में रुचि रखने वाले किसी व्यक्ति के काम आ सकता है और आमतौर पर धारावाहिक के लिए COM पोर्ट का उपयोग करता है। डेटा स्थानांतरण।

    यह ध्यान रखना महत्वपूर्ण है कि एप्लिकेशन पोर्ट कार्य कर रहा है या वर्तमान में किसका उपयोग किया जा रहा है, की तुलना में अधिक जानकारी प्रदान नहीं कर सकता है। यह अच्छा होता अगर कार्यक्रम में अधिक विस्तृत जानकारी शामिल होती या आप अपने कंप्यूटर के सीरियल पोर्ट के माध्यम से जाने वाले डेटा को रिकॉर्ड करने की अनुमति देते। इसके अलावा, डेटा को किसी फ़ाइल में सहेजने की संभावना होना उपयोगी हो सकता है जिसे आप अन्य तृतीय-पक्ष अनुप्रयोगों के साथ जांच सकते हैं।

  • ComPortNotifier is a tiny utility that has the simple role of monitoring the plug or unplug COM ports. The program works in the background and provides a pop-up when you connect or disconnect any USB device that creates virtual COM ports. The app is as simple as it gets, does not include an interface and can be accessed from the system tray.

    To put it simply, the application provides you with notifications in the system Tray when you connect or disconnect a device via USB. Therefore, you can immediately know if that port is actually working and the peripheral you are attempting to connect is faulty or working properly.The tool can come in handy for anyone interested in developing and debugging software and hardware solutions that commonly use COM ports for serial data transfer.

    It is important to note that the application cannot provide more information than whether the port is working and which one is currently being used. It would have been nice if the program included more detailed information or allowed you to record the data going through the serial ports of your computer. Moreover, it can be useful to have the possibility to save the data to a file that you can further examine with other third-party applications.