Changes between Version 144 and Version 145 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 11/18/25 09:54:30 (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v144 v145 58 58 59 59 24. Some apps may use a fixed outdated file path "/dev/com3" for COM3 serial communications. This should be updated to use the CCommSerial class. For example: 60 {{{#!c++60 {{{#!c++ 61 61 CFile file; 62 62 file.Open("/dev/com3", "w"); … … 66 66 } 67 67 }}} 68 Update this to:69 {{{#!c++68 Update this to: 69 {{{#!c++ 70 70 CCommSerial file(3); 71 71 if(file.IsOpen()) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)