Problem bill acceptor BV20 To Mega2560

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

You are a bit new! :grinning:

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? :astonished:

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. :roll_eyes:

Please do not be rude by putting "Help" or "Urgent" in subject titles here.

Oh,I really sorry
Thank you very much