Mettler Toledo provides:

: Carriage Return and Line Feed ( / \r\n ) Windows Device Discovery via CLI

# Send the MT-SICS command to get weight $port.WriteLine("SI" + [char]13) # "SI" is Send Immediate

Note: The native Windows type command can block execution indefinitely when monitoring a serial device continuously. For reliable, production-grade background processes, use PowerShell or custom wrappers. 🖥️ Leveraging Open-Source Automation from GitHub Go Packages MT_SICS package - github.com/bas-dehaan/MT-SICS

This script works for a balance connected via COM port (e.g., COM3) using MT-SICS.