> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/neovi-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/neovi-api/win32-api-overview-intrepidcs-api/deprecated-functions-overview-intrepidcs-api/openportex-method-intrepidcs-api/openportex-hardware-type-information-intrepidcs-api.md).

# OpenPortEx Hardware Type Information - neoVI API

This topic discusses which port type can be used with what type of hardware.

A required parameter for the OpenPortEx command is the Port type. Each type is and the hardware it supports is listed below.

| Port type type | Applicable hardware                                                                                                                             | Notes                                                                                                                                             |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| RS232          | <ul><li>neoVI Blue (USB or RS232 connection)</li><li>neoVI Pro (USB or RS232 connection)</li><li>neoVI Green (RS232)</li><li>ValueCAN</li></ul> | Devices that use a USB connection listed here have a virtual COM port connection to the PC even though it is connected to the USB port on the PC. |
| USB            | <ul><li>neoVI Green</li></ul>                                                                                                                   | These devices use the USB Port type                                                                                                               |
| TCP/IP         | <ul><li>neoVI Blue</li><li>neoVI Pro</li><li>neoVI Green</li><li>ValueCAN</li></ul>                                                             | All ICS devices can be connected via a TCP/IP connection using a second PC as a gateway.                                                          |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intrepidcs.com/neovi-api/win32-api-overview-intrepidcs-api/deprecated-functions-overview-intrepidcs-api/openportex-method-intrepidcs-api/openportex-hardware-type-information-intrepidcs-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
