Bugzilla – Attachment 292 Details for
Bug 2816
cyclades-serial-client only supports 8 bit data size (cs8, not cs7 etc)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for sercd to switch to 8 bits at startup
foo.patch (text/plain), 509 bytes, created by
Peter Åstrand
on 2008-08-28 18:32:57 CEST
(
hide
)
Description:
Patch for sercd to switch to 8 bits at startup
Filename:
MIME Type:
Creator:
Peter Åstrand
Created:
2008-08-28 18:32:57 CEST
Size:
509 bytes
patch
obsolete
>Index: client/sercd/win.c >=================================================================== >--- client/sercd/win.c (revision 15282) >+++ client/sercd/win.c (arbetskopia) >@@ -582,6 +582,10 @@ > PortSettings.EofChar = 0; > PortSettings.EvtChar = 0; > >+ /* Quick fix for 7 bit problem */ >+ PortSettings.ByteSize = 8; >+ >+ > /* Write the port settings to device */ > if (!SetCommState(*PortFd, &PortSettings)) { > snprintf(LogStr, sizeof(LogStr), "Unable to configure port %s", DeviceName);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2816
: 292