Draker
1
I used this code on mega2560
void setup()
{
Serial.begin(9600);
}
void loop()
{
if( Serial.available() > 0)
{
Serial.println(Serial.read());
}
}
open serial monitor and insert bill 20THB
It send
120
121
1
I set sio setting in ITL validator manager
I'm new for program pls help
Hardwere setup
Paul_B
2
You are a bit new! 
Read the instructions for posting regarding how to show your code.
Now you need to explain everything about your intended project - what a "BV20" is, how you propose to use it and what these lines could possibly mean? 
draker:
open serial monitor and insert bill 20THB
...
I set sio setting in ITL validator manager
Ah! some possible further information!
That is a pretty useless site for posting images as it obscures the images in order - presumably - to promote its advertising. 
Please do not be rude by putting "Help" or "Urgent" in subject titles here.
Draker
3
Oh,I really sorry
Thank you very much