Serial Driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-11-09 11:07 PM
what is serial driver exactly? Role of serial driver? and how it works for GSM M66 module.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-11-10 1:08 AM
Hello Soni ,
the serial driver is very useful to communicate with a GSM modem by AT Command.
you need :
- to find the associated pin with your SPC5 devices. (RX (LIN0RX)/TX(LIN0TX)/VDD/VSS)
- Choose the good speed
- discuss like a classic shell with carriage return (\r\n or \n)
in our past projects (university), GSM modem (Near Space Balloon) and Bluetooth modem (Manual kit car) has been plugged without any issue.
Best Regards
Erwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-11-10 1:08 AM
Hello Soni ,
the serial driver is very useful to communicate with a GSM modem by AT Command.
you need :
- to find the associated pin with your SPC5 devices. (RX (LIN0RX)/TX(LIN0TX)/VDD/VSS)
- Choose the good speed
- discuss like a classic shell with carriage return (\r\n or \n)
in our past projects (university), GSM modem (Near Space Balloon) and Bluetooth modem (Manual kit car) has been plugged without any issue.
Best Regards
Erwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-11-10 2:00 AM
Thanks Erwan,
but i am not fully satisfied with your anwer.
I used LIN0RX/LIN0TX(&SD1), found pins which are PB2 & PB3 in case of Dline. but want to know how serial driver play in serial communication. I already sent AT commands on M66 board(GSM), but want to know the role of serial driver.
please elaborate again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-11-10 3:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-11-10 3:25 AM
Thank you.
