Digital Balance & Arduino Uno

Hi there

I would like to control a stepper motor to dispense particles on a digital balance based on a set point.

I connected my balance the my Arduino Uno, through a RS232 to TTL converter, to the RX and TX ports. For the moment I would just like to read a continues output from the balance.

The details of my balance can be found here: https://scalenet.com/pdf/FX-i_Precision_Scales.pdf

See pages 42 - 46 and 56 - 59

Thanks

What code have you written until now that you can post?

I connected my balance the my Arduino Uno, through a RS232 to TTL converter, to the RX and TX ports.

Not a good idea because by using those pins you cannot use the Serial Monitor at the same time. Consider using SoftSerial to communicate with the balance.

How far have you got with code so far ?