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: example_Linux/CSharp/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Prerequisites
4
4
5
5
* Python 3
6
-
1. Install Python <u>3.6 or 3.8 or 3.10</u> which mapping with [TLKCore_release](https://github.com/tmytek/bbox-api/tree/master/example_Linux/TLKCore_release), and follow reference user guide of [Getting Started with Python Sample Code](https://github.com/tmytek/bbox-api/tree/master/example_Linux/Python/README.md) to make sure your Python environment first.
6
+
1. Install Python *3.6 or 3.8 or 3.10* which mapping with [TLKCore_release](https://github.com/tmytek/bbox-api/tree/master/example_Linux/TLKCore_release), and follow reference user guide of [Getting Started with Python Sample Code](https://github.com/tmytek/bbox-api/tree/master/example_Linux/Python/README.md) to make sure your Python environment first.
7
7
* Example gives a default libraries for Python 3.8 ([python-3.8.0 64-bit download Link](https://www.python.org/downloads/release/python-380/))
8
8
2. Extract zip file under the [TLKCore_release](https://github.com/tmytek/bbox-api/tree/master/example_Linux/TLKCore_release) then copy the whole `lib/` & `logging.conf` to TLKCoreExample/
9
9

@@ -23,7 +23,7 @@
23
23
24
24
## C# sample execution steps
25
25
26
-
1.[BBoxOne/Lite] Copy your calibration & antenna tables into **files/** under the built folder likes <u>bin/Debug/<u>
26
+
1.[BBoxOne/Lite] Copy your calibration & antenna tables into **files/** under the built folder likes *bin/Debug/*
1. Install Python <u>3.6 or 3.8 or 3.10</u> which mapping with [TLKCore_release](https://github.com/tmytek/bbox-api/tree/master/example_Linux/TLKCore_release), TLKCore libraries only support 64bit currently.
5
+
1. Install Python *3.6 or 3.8 or 3.10* which mapping with [TLKCore_release](https://github.com/tmytek/bbox-api/tree/master/example_Linux/TLKCore_release), TLKCore libraries only support 64bit currently.
12
6
2. According to [Integrating Python Code in LabVIEW](https://www.ni.com/en/support/documentation/supplemental/18/installing-python-for-calling-python-code.html#section-1736000138) to download LabVIEW to maps your Python version. Please download 64bit version not 32bit.
3. Extract zip file under the [TLKCore_release](https://github.com/tmytek/bbox-api/tree/master/example_Linux/TLKCore_release)
16
10
4. Create the new directory named **files**
17
11

18
12
5.[BBoxOne/Lite] Copy your calibration & antenna tables into **files/** under the [TLKCore_release](https://github.com/tmytek/bbox-api/tree/master/example_Linux/TLKCore_release)
Copy file name to clipboardExpand all lines: example_Linux/MATLAB/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,22 @@
2
2
3
3
## Prerequisites
4
4
5
-
1. Install Python <u>3.6 or 3.8 or 3.10</u> which mapping with [TLKCore_release](https://github.com/tmytek/bbox-api/tree/master/example_Linux/TLKCore_release), and follow reference user guide of [Getting Started with Python Sample Code](https://github.com/tmytek/bbox-api/tree/master/example_Linux/Python/README.md) to make sure your Python environment first.
5
+
1. Install Python *3.6 or 3.8 or 3.10* which mapping with [TLKCore_release](https://github.com/tmytek/bbox-api/tree/master/example_Linux/TLKCore_release), and follow reference user guide of [Getting Started with Python Sample Code](https://github.com/tmytek/bbox-api/tree/master/example_Linux/Python/README.md) to make sure your Python environment first.
6
6
2. According to [Versions of Python Compatible with MATLAB Products by Release](https://www.mathworks.com/support/requirements/python-compatibility.html) to download MATLAB to maps your Python version.
3. Extract zip file under the [TLKCore_release](https://github.com/tmytek/bbox-api/tree/master/example_Linux/TLKCore_release)
9
9
4. Create the new directory: files
10
10

11
11
5.[BBoxOne/Lite] Copy your calibration & antenna tables into **files/** under the [TLKCore_release](https://github.com/tmytek/bbox-api/tree/master/example_Linux/TLKCore_release)
P.S. The following example executes <u>MATLAB R2021b & Pyhton 3.8</u> on Windows 10
15
+
P.S. The following example executes ==MATLAB R2021b & Pyhton 3.8 64bit== on Windows 10
16
16
17
17
## MATLAB sample execution steps
18
18
19
19
1. Copy **TLKCoreExample.m** to extracted/unzipped directory of [TLKCore_release](https://github.com/tmytek/bbox-api/tree/master/example_Linux/TLKCore_release)
20
20

21
+
21
22
2. Double-click TLKCoreExample.m to launch MATLAB process.
Copy file name to clipboardExpand all lines: example_Linux/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The **.pyd** format release is for Windows shared library and **.so** format rel
18
18
19
19
#### Software
20
20
21
-
***TLKCoreService** is <u>main entry</u> for developer, all of operations/functions must passed by TLKCoreService, e.g. scanDevices(), initDev().
21
+
***TLKCoreService** is ==main entry== for developer, all of operations/functions must passed by TLKCoreService, e.g. scanDevices(), initDev().
22
22
* TMYCommService is maintaining physical communications for all devices, it usually not handled directly by developer.
23
23
* TMYUtils defines all data structure for return data, let developer more easier to know current status of processed function.
24
24
***TMYPublic** is a open source code, it defines all data structure which developer might used, e.g. RFMode(TX/RX), RetCode(OK/ERROR/...), UDState...etc.
0 commit comments