I have developed a own simple modem with the WP7607 module.
My designe with the WP7607 is almost completely working.
There is just one problem…
I can’t establish a connection over UART with the modul. There is just no response from the WP7607 when i send them AT-Commands.
Everything else what i need is working. > SIM-Card detect, WAN connection … and also talking with the module over USB by use of AT-Commands!
… just the UART1 isn’t working.
I have connect: UART1_RX ; UART1_TX ; UART1_CTS ; UART1_RTS (all come or go to a level-shifter [1,8V >< 5V])
… UART1_CTS and UART1_RTS is connected togehter after the level-shifter.
I don’t have connect: UART1_DSR ; UART1_DCD ; UART1_DTR ; UART1_RI (all floating)
I don’t understand where is the problem…
Does i need to configure the UART1 over some AT-command at first?
Many thanks for your effort!
Hope somebody has an interesting idea…
I gues the Firmware is very old, but currently i dont have the courage to update this, just cause the old original Firmware on this module (from 2018) isn’t available any more.
I have flash R13 and R16 now but still no UART1…
I guess there is still a little hardware problem, no problem with the UART it self…
but possibly something like a bad powerup of the module or so…
makes no sense to me, especially because the the other things are running
OK! Thanks! I have try… No flow control on Terminal Equipment(TE) side ie Host Device. No flow control on Terminal Adapter(TA) side ie Modem.
so should all be fine…
I have already try 9600, 19200, 57600, 115200 kbaud all with parity none and even.
I talk to the module over USB (whats is UART too).
Does this mean, that the readout of the settings of the UART ( at!mapuart? and AT+IPR?) are just for the USB-UART or are these settings for all UARTs including UART1 ?
one thing i have to correct… my problem UART is UART0 !
UART1 is not connected…
its confusing cause in the schematics everywhere there stands UART1 and UART2
ah ok… you talk about the flow control on the host side (windows) … yes i have try allready.
no… sadly no good idea! UART1 (UART2 in schematic) is not settable as AT Command Interface!
What i have seen with the old UART0 is following…
When i send some command like “AT” the first time, than the module response nothing.
When i send shortly after that first command a second command, the module gives exactly the same back.
I doesnt have to be a AT command… could also be something like “Hello1234”!
… the module sends the same after the second try back to me…
No i dont use a mangho board. I have developed my own little pcb referring to the Mangho red board.
The WP7607 has two hardware UART Pinouts.
(a third software UART is over USB, what i use for tests to communicate with the module)
This both hardware UARTs are in Software UART0 and UART1.
But in Hardware is the labeled UART1 and UART2. (in the Mangho red schematic too)
You can see here on Page 2 the WP7607 module.
Pin2 - Pin9 is UART1 ; Pin96 - Pin99 is UART2
And sadly UART2 ist able to configure to AT-command Interface.
When i give the modeule the AT-command to set UART2 to AT-Inferface, it gives just “error” back.