Skip to content

Commit 84f0fe4

Browse files
author
Max Roberg
committed
Fixing weird formatting
1 parent a3ea09e commit 84f0fe4

1 file changed

Lines changed: 35 additions & 38 deletions

File tree

README.md

Lines changed: 35 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,34 @@
1-
cfa_linux_examples
2-
==================
1+
#cfa_linux_examples
2+
33
Crystalfontz CFA-631, CFA-632 & CFA-634, CFA-633 & CFA-635 packet based
44
communications test/example program for GNU/Linux(*).
55

6-
==================
7-
Basic Installation
8-
==================
6+
#Basic Installation
97

108
These are generic installation instructions:
119
(Note that gcc v3.0 or later, make and their supporting libraries
1210
are required for this utility to work.)
1311

14-
1. Extract the files contained within the cfa_linux_examples.tar.gz
15-
archive to the desired location.
16-
To extract the files use the command:
17-
"tar -xzvf cfa_linux_examples.tar.gz"
18-
19-
2. 'cd' into the created folder and use 'make' to compile and
20-
create the example binaries.
21-
22-
3. The example utilities run with the command line options of:
23-
./example-XXX PORT BAUD
24-
PORT is something like "/dev/ttyS0" or "/dev/usb/ttyUSB0"
25-
BAUD is 19200 or 115200
26-
To clear the display, enter "clear" as an optional third parameter
27-
28-
The screen output should show something similar to the following:
29-
30-
----------------------
31-
- >This is line 1< -
32-
- >This is line 2< -
33-
----------------------
12+
* Extract the files contained within the cfa_linux_examples.tar.gz archive to the desired location.
13+
* To extract the files use the command: "tar -xzvf cfa_linux_examples.tar.gz"
14+
* 'cd' into the created folder and use 'make' to compile and create the example binaries.
15+
* The example utilities run with the command line options of:
16+
17+
````
18+
~$ ./example-XXX PORT BAUD
19+
~$ PORT is something like "/dev/ttyS0" or "/dev/usb/ttyUSB0"
20+
~$ BAUD is 19200 or 115200
21+
~$ To clear the display, enter "clear" as an optional third parameter
22+
````
23+
24+
* The screen output should show something similar to the following:
25+
26+
````
27+
----------------------
28+
- >This is line 1< -
29+
- >This is line 2< -
30+
----------------------
31+
````
3432

3533
==================
3634
Notes on Baud Rate
@@ -52,26 +50,25 @@ Notes on Baud Rate
5250
==================
5351
Make options
5452
==================
55-
5653
If you modify the existing code and wish to do a fresh make, run
5754
'make clean' and then 'make' again.
5855

5956
==================
6057
Source Code
6158
==================
6259

63-
Source code for the example utilities are also contained in this archive.
64-
See the extracted sub-directories for the C source code.
60+
Source code for the example utilities are also contained in this archive.
61+
See the extracted sub-directories for the C source code.
6562

66-
(*) This source code (with a few minor modifications) should also work under
67-
other operating systems.
68-
If you would like to have us (Crystalfontz) help you make these work under a
69-
a different OS, please email us.
63+
(*) This source code (with a few minor modifications) should also work under
64+
other operating systems.
65+
If you would like to have us (Crystalfontz) help you make these work under a
66+
a different OS, please email us.
7067

7168
==================
72-
Crystalfontz America, Incorporated
73-
12412 East Saltese Ave
74-
Spokane Valley, WA 99216-0357
75-
sales@crystalfontz.com http://www.crystalfontz.com
76-
voice (509) 892-1200 fax (509) 892-1203 US toll-free (888) 206-9720
77-
==================
69+
Crystalfontz America, Incorporated
70+
12412 East Saltese Ave
71+
Spokane Valley, WA 99216-0357
72+
sales@crystalfontz.com http://www.crystalfontz.com
73+
voice (509) 892-1200 fax (509) 892-1203 US toll-free (888) 206-9720
74+
==================

0 commit comments

Comments
 (0)