-
Notifications
You must be signed in to change notification settings - Fork 78
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
Stop Serial-starter service #196
Comments
@PaulB2Code this is for a SIM800 2G GSM/GPRS modem, right? I logged into your system, and found these devices:
Is the SIM800 connected via a serial-usb converter from Prolific (ie the PL2303 port)? I thought the SIM800 could be direct connected to USB, and was hoping for some more specific identification on which the serial-starter could decide to skip that tty port. Last question, it looks like the hardware is a Victron Venus GX, please confirm. |
And, while logged in, herewith a copy of the usb details of the connected prolific:
|
Why not connect the SIM800 via USB? That would probably also solve the multiple parallel channel issue (being able to send/receive text messages ar the same time as having an internet connection). |
The sim can today communicate only with uart and the issue is that multiple services want to use the same serial port. |
As far as I know the SIM800 does have USB support as debug console only (pins 24 & 25) |
The serial-starter script uses the product name (iProduct in the listing above) of USB devices to determine which service(s) to start. The mapping is defined in the |
@PaulB2Code use above answer from @mansr to get it working on your desk / during development. To make this work in Venus out of the box, the serial-starter needs to detect that it is a modem, or even more specifically a sim800 modem. One way would be actively probing: sending @PaulB2Code agree with above? Or you see another solution? |
Fyi all, @mkrenzke is working on modem support in Venus as well, but then 3G. The chosen module is the SIM5360, which will be connected via USB. Next step is to receive an evaluation board (later this week), and test that it can be powered via USB. Rather than requiring its own power supply. |
Hi All, |
Hi @PaulB2Code I'll close this issue now. Welcome to re-open or make a new issue if you get stuck again. |
Dear Venus team,
We would like to stop the serial starter service properly to use the usb for an other use than a GPS.
How could we do that?
Thank you
Best
The text was updated successfully, but these errors were encountered: