hi
i am tryiny to create a project wich recieves some input from android via bluetooth and then work is done by arduino-pi. i have connected bluetooth to rx-tx and pi via usb. the problem i am facing is both use serial.read to read instruction. how do i individually label and differentiate the two (pi and bluetooth serials), so that i can call each one at required time??