Skip to content
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

How difficult to change this middleware for Quectel modem? #45

Open
xiongyu0523 opened this issue Dec 2, 2020 · 3 comments
Open

How difficult to change this middleware for Quectel modem? #45

xiongyu0523 opened this issue Dec 2, 2020 · 3 comments

Comments

@xiongyu0523
Copy link

I understand this lib is intended to be used with SIMCOM modem. Is it easy to port to use with a different modem like quectel?

@MaJerle
Copy link
Owner

MaJerle commented Dec 2, 2020

I was hoping that I could make it easily to port, but in reality this means change of all AT command calls, parsing of all responses. Only high-level API calls would be the same. In reality, work load would be almost the same as keeping and maintaining 2 libraries.

Almost all lwgsm_int.c file would need to be rewritten + header files for commands.

@yldzmuhammed
Copy link

I actually succesfully worked with M66 modem with changing this library. I can fork it if you like.

@xiongyu0523
Copy link
Author

Thanks all. @MaJerle That sounds a lot work to do. But I guess there is no structure level thing need to be changed. right?
@yldzmuhammed, yes please, could you make it open source?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants