-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Support for Sierra Wireless EM7565 #9
Comments
Hi @PR-NCE , there is a big problem with adding support for Sierra Wireless modems. Through the band grouping mechanism, I can't easily read and set the bands. |
Hi @4IceG, are you open to the idea of adding support for sierra modems if I or someone else write the code for it? and can you please point me to the file in your repository that should be modified (to save me time as i haven't looked to see how you programmed this luci app) e.g. the exact part that is responsible to handle band looking for Quectel modems. |
Hi @PR-NCE , I'm open to code. If you add simple code that is compatible with the modemband package. My package for LuCI is unimportant, all operations are done by modemband package, I only made the gui for the user. |
Hi,
|
exact name of modem and ew version number:
Sierra Wireless EM7565
VID and PID identifier on the USB bus:
serial port used for communication with the modem ("diagnostic"):
/dev/ttyUSB2
a list of all bands that can be set on the modem:
AT command to read the set bands together with an example result:
an AT command to set specific bands:
add new band groups:
set to only B2 and B4 by selecting group 0F:
Link to complete and clear explanation of how to set specific bands on almost all of popular Sierra Wireless modems including EM7565
Please let me know if I missed anything that you might need, thank you in advance.
The text was updated successfully, but these errors were encountered: