Get Xbee response from Serial and send to a browser
问题 I am trying to do some experiments with Arduino, Ethernet Shield and Xbee Shield. I demonstrate my set up board like this: Group 1: Arduino Uno + Xbee shield : broadcast the signal Group 2: Arduino Uno + Xbee shield + Ethernet shield: receive the signal from group 1, get the signal strength from AT command and print it into the browser. The problem here is I can't get the result after sending to the Serial my ATDB command, actually, I am not sure it did worked as I expected. Here is the code