Skip to content
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

use serial identify in case the device does not support control request #732

Conversation

hugomontero
Copy link
Contributor

@hugomontero hugomontero commented May 9, 2024

Description

This PR will add compatibility for serial identify in order to be used by older DVOS.
This will allow us to retrieve again IMEI and ICCID for cellular devices

How to Test

  1. Pull down the branch: git pull && git checkout bug/sc-127690/imei-missing-from-particle-identify
  2. Install dependencies: npm i
  3. Test serial command: npm start -- serial identify on this follow platforms/DVOS:
    • Electron / 2.3.1 : (device in listening mode)
    • Boron / 4.2.0: (device in listening mode)
    • Boron / 6.x: (device in normal mode/listening mode)
    • MSOM / 5.x (device in listening mode)

outcome
In every test you will be able to see the IMEI and ICCID data as part of the printed device info

Related Issues / Discussions

Story details: https://app.shortcut.com/particle/story/127690

Completeness

  • User is totes amazing for contributing!
  • Contributor has signed CLA
  • Problem and solution clearly stated
  • Tests have been provided
  • Docs have been updated
  • CI is passing

@hugomontero hugomontero force-pushed the bug/sc-127690/imei-missing-from-particle-identify branch from afbf65f to f153515 Compare May 9, 2024 18:59
@hugomontero hugomontero merged commit 7a1fd32 into feature/cli-installer-v2 May 9, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants