New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
Scriptable data terminal which supports several interfaces.
....
- In addition to the main interface scripts can create and use their own interfaces (serial port (RS232, USB to serial), UDP, TCP client, TCP server, PCAN, and SPI/I2C).
- Scripts can use their own GUI (GUI files which have been created with QtDesigner (is included) or QtCreator).
- Multiple plot windows can be created by scripts (QCustomPlot developed by Emanuel Eichhammer is used)
Serial <-> TCP/IP, Serial <-> UDP/IP, TCP/IP <-> UDP/IP
ScriptCommunicator (scriptable data terminal) script which routes:
- serial port (RS232, USB to serial) <-> TCP/IP (Client/Server)
- serial port (RS232, USB to serial) <-> UDP/IP
- TCP/IP (Client/Server) <-> UDP/IP
ScriptCommunicator can be found here: https://sourceforge.net/projects/scriptcommunicator/
RxtxConsole is an API and GUI software, developed by Doidx with JSerialCom as the kernel.
It can be used for multi- UART/RS232 interface operation. The platform supports Windows/MAC/Linux.
Note: Developed with Java17
Follow these steps step by step to apply RxtxConsole,
1. LIST, to obtain all Serial ports currently available on the system.
2. CONNECT, Select a Serial port for connection and place it in the connection pool for use
3. ...
MUTerm is a Com Port ( Rs232, Rs485 etc ) communication tool for external devices like as Modbus RTU , ASCII etc.
Other feature is you can change log screen font to true type ASCII.
Also you can write your communication routines with pascal script.
Last modification is you can show commands in the the editor with by CTRL+Space.
Additionally some TCP functions added yet.
OS X RS232 Serial monitor program for sending and receiving data and monitoring and controlling the handshake signals. It can be used for debugging serial connections, serial device drivers, embedded systems connected to the serial etc.