Changes between Version 97 and Version 98 of wireless/modem
- Timestamp:
- 03/30/2023 09:50:20 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/modem
v97 v98 1785 1785 1786 1786 = Specific Modem Notes = 1787 1788 == Telit LN920 / LN940 1789 1790 These Telit modems should run fine on the Gateworks SBC using a GW16140/GW16141 M.2 Adapter. 1791 1792 One issue that may be encountered is SIM detection. 1793 * Run the following AT commands to disable the modem for SIM detection and hot swap (GW1614x does not have a SIM detect pin) 1794 {{{ 1795 AT#SIMDET=0 1796 AT#HSEN=0,0 1797 AT#HSEN=0,1 1798 AT#REBOOT 1799 }}} 1800 1787 1801 [=#telitfn980m] 1788 1802 == Telit FN980 / FN980M 5G Modem == … … 2031 2045 AT#HSEN=0,0 2032 2046 AT#HSEN=0,1 2047 AT#REBOOT 2033 2048 }}} 2034 2049