Changes between Version 13 and Version 14 of Docs/Prog/Manual/DeviceSupport/USB
- Timestamp:
- 03/15/12 10:55:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/USB
v13 v14 101 101 This can also be performed from within a custom application program. 102 102 {{{ 103 sy tem("modprobe g_serial use_acm=1");103 system("modprobe g_serial use_acm=1"); 104 104 }}} 105 105