This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Serial comunnication with GPS

Hi everyone!

I'm using at89s52.
Is it possibly to start serial communicatio with GPS
which have initial parameters for communication: 8 data bits,0 stop bits and no parity.
I ask that because in all serial mods we are sending more than 8 bits (10 or 11).

Little help please...

Parents Reply Children
  • I saw them mention 0 or 1 stop bits. Very strange.

    You can always send data to them with 1 or 2 stop bits without any problem. It is always safe to send too many stop bits.

    Checking with a scope should give you an indication if these guys really do know what they are talking about with regards to number of stop bits for data sent from the module. Measure the time from the end of the last data bit (or from the end of the parity bit) until the start of the next start bit.

    If the data from the module has less than a full bit of delay until the next start bit, then you will have a bit of a problem listening to the module. You can send data to the module, so it should be possible to send the $PSRF100 command to reconfigure the interface and activate one stop bit.