Hello All, I am working with a pre-programed PCB; the main components of the are a nRF51822 chip, a GPS, and a GSM. I am using a J-link to communicate to the entire board through the SWD (SWDIO and SWDCLK) pins on the nRF51. I need to send AT commands to the GSM to test it for functionality. How do I do that? I have been told that I need to embed the AT commands in the nRF51's source code and re-flash it to the chip. However, I do not have the original source code. Is there any way to have the nRF51 send the GSM the AT commands without re-flashing the the source code? I would like to send the AT commands using serial (using a Putty or the like). Can this be done through the SWD pins? Thanks.