Hi,
I just bought
put them together, connected to the PC, held the ONKEY for 2 seconds, wrote a small sersial port message sending program, but all I see is the TX led going on and off as I perform the command sending.
Nothing else happens. Nor the RX led indicates nor the program catches a responce.
Here is what I do (C#):
SerialPort sp = new SerialPort(“COM4”, 115200,Parity.None,8,StopBits.One);
sp.Open();
sp.Write(“AT\r\n”);
log.Text+=sp.ReadExisting();
sp.Close();
http://digitwolf.com/IMAG0036.jpg
Can anybody help me, please?](http://www.sparkfun.com/products/10138)](http://www.sparkfun.com/products/10164)