summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPragya Jha2018-06-18 16:33:14 +0530
committerGitHub2018-06-18 16:33:14 +0530
commit571cc26f58678867839a2632fc1fc731d08d6e40 (patch)
tree5a570dd6b085e3d93058b689dbcd9efe57f1a4e6
parenta4ba05c55f0b65b1d960979626555eb572f9366b (diff)
downloadOpenModelicaEmbedded-1-571cc26f58678867839a2632fc1fc731d08d6e40.tar.gz
OpenModelicaEmbedded-1-571cc26f58678867839a2632fc1fc731d08d6e40.tar.bz2
OpenModelicaEmbedded-1-571cc26f58678867839a2632fc1fc731d08d6e40.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c2b681e..5965e24 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ OpenModelica for Embedded Applications
## Working with Arduino UNO [Atmega328p]
### Setting up firmware for Arduino board
-* In `Tools` Menu, select appropriate Board (Arduino/Genuino UNO) and Port as the available serial port to which Arduino is connected (most likely /dev/ttyACM0).
+* In `Tools` Menu, select appropriate Board (Arduino/Genuino UNO) and Port as the available serial port to which Arduino is connected.
* Open **StandardFirmata** sketch: `File > Examples > Firmata > StandardFirmata`.
* Upload the sketch to the board.
### Simulating the Modelica model
@@ -30,7 +30,7 @@ OpenModelica for Embedded Applications
### Simulate a model with Tiva C
* In Energia, open the firmware for Tiva C provided in folder named `Firmware`.
-* Select appropriate Board(Tiva C) and Port(USB port where Tiva C is connected) in `Tools` menu.
+* Select appropriate Board (Tiva C) and Port (USB port where Tiva C is connected) in `Tools` menu.
* Then, upload the firmware on board.
* Now open OMEdit and Open the `package.mo` file from OpenModelicaEmbedded package
* Open an example provided in the OpenModelicaEmbedded package which includes a Tiva C board.