Skip to content

Commit 16461a4

Browse files
committed
add arcam service example to rs232.conf
1 parent dfea8c9 commit 16461a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

miniclient/src/miniclient.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void
2525
print_help ()
2626
{
2727
fprintf(stdout, "Usage:\n miniclient <service> <command> [repeat]\n");
28-
fprintf(stdout, "Services supported:\n azur\n lgtv\n pioneer\n");
28+
fprintf(stdout, "Services supported:\n azur\n lgtv\n pioneer\n arcam\n");
2929
fprintf(stdout, "Use miniclient <service> help to get a list of commands supported by services\n");
3030
}
3131

rs232.conf.example

+4
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ model = MD27
1414
[PioneerService]
1515
tty = /dev/ttyS0
1616
model = KRL-32V
17+
18+
[ArcamService]
19+
tty = /dev/ttyS1
20+
model = XXX

0 commit comments

Comments
 (0)