projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Textual changes,
[proxmark3-svn]
/
client
/
uart.c
diff --git
a/client/uart.c
b/client/uart.c
index e3a6a57b7b68f16e77fb095ee3a79d2ee64fec5b..71cea1109d1e27ef191d871d8cde07f802eed36f 100644
(file)
--- a/
client/uart.c
+++ b/
client/uart.c
@@
-369,7
+369,7
@@
serial_port uart_open(const char* pcPortName) {
// Prepare the device control
memset(&sp->dcb, 0, sizeof(DCB));
sp->dcb.DCBlength = sizeof(DCB);
// Prepare the device control
memset(&sp->dcb, 0, sizeof(DCB));
sp->dcb.DCBlength = sizeof(DCB);
- if(!BuildCommDCBA("baud=
9600 data=8 parity=N
stop=1",&sp->dcb)) {
+ if(!BuildCommDCBA("baud=
115200 parity=N data=8
stop=1",&sp->dcb)) {
uart_close(sp);
return INVALID_SERIAL_PORT;
}
uart_close(sp);
return INVALID_SERIAL_PORT;
}
Impressum
,
Datenschutz