Connecting via PuTTY on Windows
This guide will help you connect to your Comet-M device using PuTTY on Windows, both via SSH and the debug console (UART).
Installation
- Download and install PuTTY from the official PuTTY download page.
- After installation, open the PuTTY application.
Connecting via SSH
- In the 'Host Name (or IP address)' field, enter
mecha-comet-m.local
(default) or the IP address/hostname of your device. - Ensure that the 'SSH' option is selected under 'Connection type'.
- (Optional) To save this session for future use:
- Type a name under 'Saved Sessions'
- Click 'Save'
- Click 'Open' to start the SSH session.
- If this is your first time connecting, you'll see a security alert. Click 'Yes' to accept it.
- Enter your username and password when prompted.
Default credentials for Comet-M:
username: mecha
password: mecha
You are now connected to your server via SSH using PuTTY!
Connecting to the Debug Console via UART
- Connect your Comet-M to your computer using a UART cable. Follow this guide.
- Open Device Manager on your Windows machine.
- Expand the "Ports (COM & LPT)" list.
- Note the COM number for the device named 'USB Serial Port'.
- Open PuTTY and select the 'Serial' option under 'Connection type'.
- Enter the COM number in the 'Serial line' field.
- Set the speed (baud rate) to 115200.
- Click 'Open' to start the session.
If set up correctly, a new window will open where you can interact with your device via the UART connection.