thank you dear....your programming is working 90% right...i tried....there is little bit negligence...lcd display showing the item names, price, total correctly...but it is not showing on serial monitor....if you add some changes in same programming for serial monitor display...than it will be finalized for me....because i need lcd display including serial monitor display...thanks
one more thing i want to tell you....that i am not using any button in this project...directly i scan the RFID card with EM18 reader....and showing the results...so if you donot include button commands in prog...it will be ok....main probem is, it must show the results on the serial monitor....
According to your code, I assume that your EM18 reader is connected to pins 0 and 1.
In this case, you cannot use the Serial Monitor on the PC to display messages, because the Arduino Uno/Nano board has only one Serial port and it is already occupied by the RFID reader.
You need to free pins 0 and 1 to use the Serial Monitor - for this you need to connect the RFID to other pins using the SoftwareSerial library.
See the link below as an example of the connecting EM18 module via SoftwareSerial.
brother....lot of thanks...actually i am new in this work...thats why felt difficulties...however thanks for your solution...now lcd and also serial monitor all are working properly... with your assistance felt good for this platform...
Thanks brothers....whoever suggested me solution points for my problem... i am also thankful to this platform who gave us brilliant peoples to solve the problems regarding Arduino programing and automation projects.