vintage_net_mobile v0.9.0 VintageNetMobile.Modem.SierraHL8548 View Source
Sierra Wireless HL8548 modem
The Sierra Wireless HL8548 is an industrial grade Embedded Wireless Module that provides voice and data connectivity on GPRS, EDGE, WCDMA, HSDPA and HSUPA networks.
Here's an example configuration:
VintageNet.configure(
"ppp0",
%{
type: VintageNetMobile,
vintage_net_mobile: %{
modem: VintageNetMobile.Modem.SierraHL8548,
service_providers: [%{apn: "BROADBAND"}]
}
}
)