You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mitappinv...@googlegroups.com
Im using Arduino and AI2 in our project. The connection is via bluetooth. The AI2 will send data to the Arduino and the Arduino will reply with the corresponding correct data. The data receive by the AI2 will be display to the Label.text block. Can the AI2 receive two data from the arduino? If I send "1" to the Arduino, the Arduino will reply (ie. "okay,wait for data", after 2 seconds the arduino will again send another data (ie. "this is the data"). I want the first data receive to be displayed in Label1.text block and the second is in Label2.text block. Can you help me with these setup?