Instrument control package: Difference between revisions

m
Line 18: Line 18:
do not forget to change interface permissions if you want to use them with Octave/screen without root privileges.
do not forget to change interface permissions if you want to use them with Octave/screen without root privileges.


=== Example ===
=== Example: basic use ===
Here is a simple example to get started with the serial package. It tests the RxD and TxD lines. Make sure you have defined a loopback or connected the pins of your adapter.
Here is a simple example to get started with the serial package. It tests the RxD and TxD lines. Make sure you have defined a loopback or connected the pins of your adapter.
{{Code|Serial port example|<syntaxhighlight lang="octave" style="font-size:13px">
{{Code|Serial port example|<syntaxhighlight lang="octave" style="font-size:13px">
657

edits