User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantis:ide_simulator:cli

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mantis:ide_simulator:cli [2019/04/16 08:21]
colin created
mantis:ide_simulator:cli [2023/10/02 03:29] (current)
Line 5: Line 5:
 ===== Connection ===== ===== Connection =====
  
-On Windows, use an app like HyperTerminal or [[https://www.putty.org|PuTTY]]. When the device is connected, Windows should indicate a new COM: port has been added.+On Windows, use an app like HyperTerminal or [[https://www.putty.org|PuTTY]]. When the device is connected, Windows should indicate a new COM: port has been added. Windows 10 should include built in support via usbser.sys for the device when connected via a normal USB-A to micro USB cable, and will appear as a "USB Composite Device". Look in Device manager for a "USB Serial Device" to find the serial port number (for example, COM4).
  
 On Linux and MacOS X, the device will appear under ///dev//, such as ///dev/ttyUSB0// or ///dev/cu.usbmodem1431//. You can use a tool such as [[https://en.wikipedia.org/wiki/Minicom|minicom]] or [[https://linux.die.net/man/1/screen|screen]] to open this device. On Linux and MacOS X, the device will appear under ///dev//, such as ///dev/ttyUSB0// or ///dev/cu.usbmodem1431//. You can use a tool such as [[https://en.wikipedia.org/wiki/Minicom|minicom]] or [[https://linux.die.net/man/1/screen|screen]] to open this device.
Line 22: Line 22:
  
 The board provides //dir//, //cd//, //ren// and //sd://, //usb0:// and //usb1:// to allow you to navigate the storage attached to the device and inspect their contents. The board provides //dir//, //cd//, //ren// and //sd://, //usb0:// and //usb1:// to allow you to navigate the storage attached to the device and inspect their contents.
 +
 +==== IDE ====
 +
 +The IDE interface can be set to device 0 (also known as "master") or device 1 (also known as "slave") by command:
 +
 +<code>interface set [master|slave]</code>
 +
 +This can be combined with the autorun.txt startup file to ensure it's set every time the board starts up.
  
 ==== Disk ==== ==== Disk ====
mantis/ide_simulator/cli.txt ยท Last modified: 2023/10/02 03:29 (external edit)