Uart RS232/Serial Communicator

Uart RS232/Serial Communicator

MyUart program and USB Serial Driver attached.
Can be used with any AVPro Edge product that features an RS232/ISP Control port.


How To:

After downloading the needed software files below as well as the CH340 driver if needed, you can proceed with the following steps.

STEP 1 (SETUP):
Connect into your intended device via USB (either micro/USB-C/mini)

Once connected head over to your device manager in your taskbar (see below)

In Device Manager you will find a corresponding COM Port that you will communicate with your device through.



STEP 2 (Opening Communication)

With MyUart now downloaded go ahead and open the software.

Using the COM port that was found in the prior step you will select that port in the dropdown pictured below.

The only other thing that you will need to adjust will be the Baudrate, set that to 57600 everything else can be left default as you found it.

Prior to sending any commands you will need to click to open your port which an active connection is indicated by a red light, closed is a black color light.
(See Reference)




STEP 3 (Sending Commands)

For many of our extender series, there is a required prefix (A00) that needs to be a part of your command strings.

This isn't generally needed for some of our Matrix models, but is something to keep reference of when interfacing with our extenders and devices alike.

Most of our devices command list can be accessed through a simple "H" string which gives a full list of the viable commands that you can manipulate or poll from the unit.

Once you have your string as formatted put into your command box, at the end of your string click enter on your keyboard as it acts as a line return. Then click the send manually button to the left of your command box.

Only one command can be sent at a time.
Below is an example of using the help command mentioned above.






Commonly used commands:

To pull firmware: get ver inf or A00 get ver inf

For Status pulls: get sta or A00 get sta

To Reboot your device: set rbt or A00 set rbt


    • Related Articles

    • Hercules Setup Utility (SERIAL/TCP/UDP)

      Hercules SETUP utility is useful serial port terminal (RS-485 or RS-232 terminal), UDP/IP terminal and TCP/IP Client Server terminal. It was created for HW group internal use only, but today it's includes many functions in one utility and it's ...
    • Comparison of RS-232 Mode 1 vs RS-232 Mode 2 on an MXnet 1G & 10G Ecosystem

      MXnet 1G & 10G RS-232 Mode Benefits and Drawbacks The RS-232 mode of an MXnet 1G and an MXnet 10G endpoint determines how the endpoint handles RS-232 communication to/from external devices. RS-232 Mode 2 RS-232 Mode 2 is the default option for 1G and ...
    • Comparison of RS-232 Mode 1 vs RS-232 Mode 2 on an MXnet 1G & 10G Ecosystem

      MXnet 1G & 10G RS-232 Mode Benefits and Drawbacks The RS-232 mode of an MXnet 1G and an MXnet 10G endpoint determines how the endpoint handles RS-232 communication to/from external devices. RS-232 Mode 2 RS-232 Mode 2 is the default option for 1G and ...
    • AC-AXION-X: Bidirectional RS-232 over HDBT

      The AXION platform of matrix switchers are packed with many wonderful features and connection ports, however, one minor drawback of this means there is limited physical space to allocate a dedicated RS-232 port for each individual input and output. ...
    • How To: Using the MXNET API ~ V1.21.1

      Kevin Wang, Director of Product Management, goes through using the MXNET API to control and configure the MXNet CBOX Direct. Current API Version: V1.21.1 Control Box Version: 2.71 and above Instructions and API attached