Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mart Lubbers
CleanSerial
Commits
61c56d45
Commit
61c56d45
authored
Sep 23, 2016
by
Mart Lubbers
Browse files
update
parent
e2cf9a82
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
61c56d45
Clean System Files/*.o
Clean System Files/*.abc
Clean System Files/*.tcl
Clean System Files/*.sapl
Clean System Files/[^.]*
TTY
sapl
TTY.prj
tty.c
View file @
61c56d45
...
...
@@ -14,8 +14,6 @@ static speed_t baudrates[] = {B0, B50, B75, B110, B134, B150, B200, B300, B600,
B1200
,
B1800
,
B2400
,
B4800
,
B9600
,
B19200
,
B38400
,
B57600
,
B115200
,
B230400
};
static
int
bytesizes
[
4
]
=
{
CS5
,
CS6
,
CS7
,
CS8
};
//static int stopbits[3] = {StopbitsOne, StopbitsOnePointFive, StopbitsTwo};
static
char
*
error
=
""
;
static
char
*
cleanStringToCString
(
CleanString
s
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment