You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-MacOS.txt
+21-7Lines changed: 21 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,35 +4,49 @@ Overview
4
4
5
5
This describes the initially implemented support on Mac OS X.
6
6
7
-
The Mac funtionality has been tested, but other users will likely find issues. Please submit issues at https://sourceforge.net/p/qpc/bugs/ and submit questions and suggestions at https://sourceforge.net/p/qpc/discussion/668726/
7
+
The Mac funtionality has been tested, but other users will likely find
8
+
issues. Please submit issues at https://sourceforge.net/p/qpc/bugs/ and
9
+
submit questions and suggestions at
10
+
https://sourceforge.net/p/qpc/discussion/668726/
8
11
9
12
Install Dependencies
10
13
11
-
1. Install the AVR-GCC tooltrain for Mac OS X. Following are the commands to install using Homebrew (must have Homebrew installed):
14
+
1. Install the AVR-GCC tooltrain for Mac OS X. Following are the commands
15
+
to install using Homebrew (must have Homebrew installed):
2. Install Arduino for Mac OS X by placing the Arduino application in the Applications folder. Open the application at least one time to overcome security warnings.
22
+
2. Install Arduino for Mac OS X by placing the Arduino application in the
23
+
Applications folder. Open the application at least one time to overcome
24
+
security warnings.
19
25
20
-
3. Install Install QP-nano for Arduino into your Documents/Arduino folder (documentation refers to this as the Arduino Sketchbook folder).
26
+
3. Install Install QP-nano for Arduino into your Documents/Arduino folder
27
+
(documentation refers to this as the Arduino Sketchbook folder).
21
28
22
29
4. Install QM.
23
30
24
31
Instructions for Configuring External Tools for a Model
25
32
26
33
1. Ensure the model is not open in QM.
27
34
28
-
2. Copy the Blinky model's settings (libraries/qpn_avr/examples/blinky/.blinky.macos) from your Arduino Sketchbook folder to the model's folder.
35
+
2. Copy the Blinky model's settings
36
+
(libraries/qpn_avr/examples/blinky/.blinky.macos) from your Arduino
37
+
Sketchbook folder to the model's folder.
29
38
30
39
3. Rename the settings file to your model's name (i.e., .mymodel).
31
40
32
41
4. Open QM and edit the settings from External Tools.
33
42
34
-
Once you have a working .model file, copy it to other models and use it as a starting point.
43
+
Once you have a working .model file, copy it to other models and use it as
44
+
a starting point.
35
45
36
46
Known Issues
37
47
38
-
1. The serialterm External Tool is working by opening a Terminal window. An additional Terminal window also appears and can be safely closed. When the Terminal window displaying the Arduino's output is closed, the port is busy and can no longer be accessed. Work-around is to unplug and re-connect the Arduino from the Mac's USB port.
48
+
1. The serialterm External Tool is working by opening a Terminal window.
49
+
An additional Terminal window also appears and can be safely closed. When
50
+
the Terminal window displaying the Arduino's output is closed, the port is
51
+
busy and can no longer be accessed. Work-around is to unplug and
0 commit comments