You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your library ! I am working on porting to posix platform. I've managed to create the sys part and I am starting the low level.
I have an issue with the uart port device path which should be an argument inside the gsm_ll_t struct. Other platforms seem to not use it since cmsis has a dedicated port, and on windows a list of COM port is defined.
I would like to add it to gsm_ll_t, and the user would pass the path to the device through the gsm_init function call. What do you think about it ?
If you do not want to modify the existing API, we can add a "set_device_path" function.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for your library ! I am working on porting to posix platform. I've managed to create the sys part and I am starting the low level.
I have an issue with the uart port device path which should be an argument inside the gsm_ll_t struct. Other platforms seem to not use it since cmsis has a dedicated port, and on windows a list of COM port is defined.
I would like to add it to gsm_ll_t, and the user would pass the path to the device through the gsm_init function call. What do you think about it ?
If you do not want to modify the existing API, we can add a "set_device_path" function.
The text was updated successfully, but these errors were encountered: