Adding a New Scale
Navigate to Scales
From the main menu, select Scales to open the scale management page.Click the + Add Scale button to create a new scale configuration.
Configure Basic Information
ID (Id)
A unique identifier for the scale.
Example:Name (Name)
A friendly display name for the scale.
Example:
A unique identifier for the scale.
Example:
bascula01, scale_checkoutThe ID cannot be changed after creation.
A friendly display name for the scale.
Example:
Báscula Principal, Checkout Scale 1Select COM Port
Port Name (PortName)
Select the COM port where the scale is connected.Example:
Select the COM port where the scale is connected.Example:
COM1, COM3, COM5If you don’t see your COM port:
- Check Device Manager in Windows to verify the port number
- Ensure scale drivers are installed
- Verify the USB-to-Serial adapter is properly connected
Configure Serial Communication
Set the serial communication parameters to match your scale’s specifications.Baud Rate (BaudRate)
Data transmission speed in bits per second.
Default:
Common values:
Number of data bits per transmission.
Default:
Common values:
Error checking method:
Number of stop bits:
Data transmission speed in bits per second.
Default:
9600Common values:
1200, 2400, 4800, 9600, 19200, 38400Data Bits (DataBits)Number of data bits per transmission.
Default:
8Common values:
7, 8Parity (Parity)Error checking method:
None- No parity checking (most common)Odd- Odd parityEven- Even parityMark- Mark paritySpace- Space parity
NoneStop Bits (StopBits)Number of stop bits:
None- No stop bitsOne- 1 stop bit (most common)Two- 2 stop bitsOnePointFive- 1.5 stop bits
OneFinding Your Scale’s Serial Settings
Serial communication parameters vary by manufacturer and model. Check:- Scale manual - Most manufacturers document these settings
- Scale display menu - Some scales allow viewing/changing settings via on-screen menu
- Manufacturer website - Download the technical specifications or user manual
Common Scale Configurations
Standard Configuration (Most Scales)
Standard Configuration (Most Scales)
Toledo Scales
Toledo Scales
Mettler Toledo
Mettler Toledo
CAS Scales
CAS Scales
Configuration Example
Enum Values
ScaleParity
| Value | Integer | Description |
|---|---|---|
| None | 0 | No parity checking |
| Odd | 1 | Odd parity |
| Even | 2 | Even parity |
| Mark | 3 | Mark parity |
| Space | 4 | Space parity |
ScaleStopBits
| Value | Integer | Description |
|---|---|---|
| None | 0 | No stop bits |
| One | 1 | 1 stop bit |
| Two | 2 | 2 stop bits |
| OnePointFive | 3 | 1.5 stop bits |
Troubleshooting
Scale not responding
Scale not responding
- Verify the COM port is correct in Device Manager
- Check that no other application is using the same COM port
- Ensure the scale is powered on and in ready state
- Try different baud rate settings if unsure of scale configuration
Incorrect weight readings
Incorrect weight readings
- Verify all serial parameters match your scale’s specifications
- Check for loose cable connections
- Ensure the scale is calibrated properly
- Test with the scale’s built-in diagnostics if available
COM port not listed
COM port not listed
- Install or update the scale’s USB driver
- Check Device Manager for any hardware errors (yellow exclamation mark)
- Try a different USB port
- Click the ⟳ refresh button after connecting the scale
Intermittent connection
Intermittent connection
- Check for electromagnetic interference near the scale
- Use a shielded serial cable
- Avoid running the cable near power lines or motors
- Try lowering the baud rate (e.g., from 9600 to 4800)
Related Documentation
Template Editor
Use scale data in receipt templates
API Reference
Scale configuration API endpoints