IS there a telnet session command to display the weight? like show weight or something? This example assume there is; that exit ends the connection; someaddr is the telnet connect string for your scale; there is no authentication.
This puts telnet in command line mode.
Code:
telnet <<EOF > weight.lis
open someaddr
show weight
exit
EOF
cat weight.lis