Skip to content

Commit

Permalink
how to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Jun 29, 2020
1 parent 8110006 commit 56cc328
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,45 @@
C MEX interface for serial port by implementing c_serial code base:
https://github.com/rm5248/CSerial

To build:
## Install

On Nelson >= 0.4.6 :

```
run('builder.nls');
run('loader.nls');
doc cserial
nmm('install', 'https://github.com/NelsonModules/cserial.git#master')
```

On Octave or Matlab:
On Scilab 6.1:

```
run('builder.m')
atomsInstall('cserial')
```

## Build

On Nelson >= 0.4.6 :

```
run('builder.nls');
run('loader.nls');
doc cserial
```


On Scilab 6.1:

```
exec('builder.sce');
exec('loader.nls');
```

On Octave or Matlab:

```
run('builder.m')
```


Builtin availables:

* getPortNames() returns a cell with available ports.
Expand Down

0 comments on commit 56cc328

Please sign in to comment.