mirror of
https://github.com/creamlike1024/EasyLPAC.git
synced 2026-04-25 21:05:50 +03:00
[GH-ISSUE #35] rewrite to access other modem ports #15
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyLPAC#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brcisna on GitHub (Mar 13, 2025).
Original GitHub issue: https://github.com/creamlike1024/EasyLPAC/issues/35
Would it be possible to add support for accessing cellular modem m.2 esim for both usb & PCIe mode buses.
In other words a Fibocom FM350-GL can be used in ethier mode USB or PCIe mode.
If run in PCIe mode the access port serial is located at /dev/wwan0at0 and if operating in USB mode the same modem can be accessed to serial at /dev/ttyUSB*.
(there are 7 usb ports that serve various functions on this particular modem) The /dev/ttyUSB3 is the actual AT port though.
Hope this makes sense.
Thanks!
@creamlike1024 commented on GitHub (Mar 14, 2025):
Will not consider adding support for the AT interface, I am unable to test it.