Jump to content

Windows with shark jack cable


Beiri

Recommended Posts

The Shark Jack Cable provides access to the shell in arming mode via its dedicated serial console. When connected, press ENTER to activate the shell and run HELP for a list of payload and firmware management commands. (this was in the doc

Link to comment
Share on other sites

Since the SJC uses the CP2102 serial chipset, you most likely have to start with installing the driver for Windows.
https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers

Then check the COM port that the SJC has been assigned using the Device Manager.
Either find the Device Manager using the Control panel or access it directly by pressing Win/GUI key + r and then type devmgmt.msc and press Enter
You will find the COM port listed in the section "Ports (COM & LPT)"
or, start PowerShell and run
[System.IO.Ports.SerialPort]::getportnames()

Start PuTTY and configure serial communication using the identified COM port along with a speed of 57600.

Connect

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...