|
|
A patch for the Prolific USB serial driver
In step 4, to avoid having to do hand edits, I suggest this instead --
hexdump -s 0x2288 -n 4 ProlificUsbSerial printf "\070\140\000\000" | dd bs=4 seek=2210 count=1 conv=notrunc of=ProlificUsbSerial hexdump -s 0x2288 -n 4 ProlificUsbSerial
dd is /bin/dd, the other two (printf and hexdump) are from /usr/bin
A patch for the Prolific USB serial driver
Sorry, my backslashes got eaten (in the printf command), let's try this instead --
printf "\070\140\000\000" | dd bs=4 seek=2210 count=1 conv=notrunc of=ProlificUsbSerial Sorry, it looked o.k. when I previewed it, I thought; there needs to be one backslash leading each of the 4 octal codes.
A patch for the Prolific USB serial driver
I've encountered the same thing. A double backslash in code in the preview becomes a single backslash when posted....
A patch for the Prolific USB serial driver
Thanks; I felt a bit foolish after that happened yesterday, but I |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.13 seconds |
|