Changes between Version 191 and Version 192 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 04/28/26 07:15:58 (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v191 v192 79 79 file.Write(str); 80 80 } 81 }}} 82 83 3. Some apps may use a fixed file path "/dev/usb/usblp0" for USB printer support. The 825 Gen2 path is "/dev/usb/lp0". Update this code such as: 84 {{{#!c++ 85 char printPort[18]; 86 #if ARM64 87 strcpy(printPort, "/dev/usb/lp0"); 88 #else 89 strcpy(printPort, "/dev/usblp0"); 90 #endif 81 91 }}} 82 92
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)