hello,
I am in the process of working on a design project for my fourth year of uni and am running into some trouble. At the moment, we have a serial communication coming from an Arduino and displays in the console box of Eclipse. Each lines displays. However while this may seem like a simple solution, I would like to know how I can read each line of the console(there is no input or anything I've tried StringTokenizer and BufferReaders but always get stuck) if they range between the letter A-Z then store in an array..
Hope someone can help.. Thank you