-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ارسال مختصات بدست آمده از پورت سریال #1
Comments
سلام. شما میتونین با sprintf یه آرایه رو با اطلاعات دلخواه خودتون پر کنین و اونو ارسال کنیدOn Apr 23, 2019 10:46 PM, mhshamsinejad <[email protected]> wrote:سلام
خیلی ممنون از سورسی که قرار دادید.
من با دستور زیر می تونم کل خروجی مکانیاب را که با پورت سریال3 به میکرو ارسال می شه را از طریق پورت سریال 2 به رایانه ارسال کنم.
HAL_UART_Transmit(&huart2,GPS.rxBuffer,sizeof(GPS.rxBuffer),500);
ولی نمی تونم طول و عرض جغرافیایی تبدیل شده را روی پورت سریال2 به تنهایی ارسال کنم.
منظور GPS.GPGGA.LatitudeDecimal و GPS.GPGGA.LongitudeDecimal است.
لطفا راهنمایی بفرمایید.
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
من کد زیر را استفاده کردم ولی جواب نگرفتم |
%s نیست%d دسیمال%f اعشاریGoogle بزنید. توضیحات کامل میادOn Apr 23, 2019 11:03 PM, mhshamsinejad <[email protected]> wrote:من کد زیر را استفاده کردم ولی جواب نگرفتم
char mybuff[50];
.
.
.
sprintf(mybuff,"%S",GPS.GPGGA.LatitudeDecimal);
HAL_UART_Transmit(&huart2,(uint8_t*)mybuff,sizeof(mybuff),30);
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.
|
salam,mamnoon az komaketoon. moshkele asli az str=strstr((char*)GPS.rxBuffer,"$GPGGA,"); bood k bayad b jaye $GPGGA az $GNGGA estefade mikardam. ehtemalan too majol gps man intori boode. alan dorost shod.bazam mamnoon. |
خواهش میکنم. نباید اینجوری باشه. استانداردنOn Apr 26, 2019 9:40 PM, mhshamsinejad <[email protected]> wrote:salam,mamnoon az komaketoon. moshkele asli az str=strstr((char*)GPS.rxBuffer,"$GPGGA,"); bood k bayad b jaye $GPGGA az $GNGGA estefade mikardam. ehtemalan too majol gps man intori boode. alan dorost shod.bazam mamnoon.
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
سلام
خیلی ممنون از سورسی که قرار دادید.
من با دستور زیر می تونم کل خروجی مکانیاب را که با پورت سریال3 به میکرو ارسال می شه را از طریق پورت سریال 2 به رایانه ارسال کنم.
HAL_UART_Transmit(&huart2,GPS.rxBuffer,sizeof(GPS.rxBuffer),500);
ولی نمی تونم طول و عرض جغرافیایی تبدیل شده را روی پورت سریال2 به تنهایی ارسال کنم.
منظور GPS.GPGGA.LatitudeDecimal و GPS.GPGGA.LongitudeDecimal است.
لطفا راهنمایی بفرمایید.
The text was updated successfully, but these errors were encountered: