Hello… I’m currently doing a project to send data via sms. I have Atmega328P connected to WS6316.
I think I have done the power ON sequence correctly as the WISMO_Ready is HIGH after the sequence (based on PTS Doc.).
My problem is WS6316 is not responding correctly to my AT commands… even a simple AT i will receive some random character instead of ‘OK’. My serial port setting now is 115200-N-1. I’m not sure what is the problem… I also has tried changing the baudrate to all the possible baudrate but to no avail
I also try sending AT+IPR=115200 to set the baudrate, AT+IFC=0,0 for no flow control, and AT+ICF=3 for 8 data bit and 1 stop bit (not sure abt the parity bit though)… Please help as I’m at my wits end!
Thank You In Advance!