bigdogguru
Administrator
- Joined
- Mar 12, 2010
- Messages
- 9,821
- Helped
- 2,350
- Reputation
- 4,694
- Reaction score
- 2,272
- Trophy points
- 1,413
- Location
- Southwest, USA
- Activity points
- 62,390
Can you give a brief understanding of how to use the softuart? I mean how would I connect a software with the hardware? I'll search it up but give me some basic knowledge how should i use the softuart for my gps
The following is a fairly good example of a timer/interrupt driven AVR softUART. Essentially softUARTs only required the use of standard I/O pins, so you can move the softUART to pins which are not in use.
Review the following example and post any additional questions you may have:
Timer-based AVR Software-UARTS
P.S. my gps bydefault runs on 9600baud
Most GPSs allow you to change the BAUD rate, can you either upload the datasheet or specify the exact make and model of your unit.
You may also want to limit the types of GPS sentences which are transmitted to reduce traffic to a minimum.
BigDog