| FAQs for PowerView |
|
||
|
|||
| |||
![]() |
||
COM10 and larger does not work
|
||
![]() |
Why does my TERMinal not work with COM port 10 or larger? | |
The cause of the problem is that the function CreateFile() of Windows accepts strings "com1" - "com9" as names of devices and reject to do so for two and more digit numbers. In order to open "com10" and above we actually have to feed "\\.\com10" string to CreateFile(). term.method.com \\.\com10 38400. 8 NONE 1STOP NONE |
||
![]() |
||
CYGWIN Pathes
|
||
![]() |
What loader option is required to convert CYGWIN paths to DOS paths? | |
|
Data.LOAD.Elf <filename>.elf /CYGDRIVE |
||
![]() |
||
T32API for C# (C-Sharp)
|
||
![]() |
Where do I get the T32API for C# (C-Sharp)? | |
|
The first version of T32API for C# is available from the download link below.
T32API for C# (C-Sharp) (67K)
|
||
![]() |
||
Using an external Editor
|
||
![]() |
How can I use a different Editor like UltraEdit instead of PEDIT from TRACE32? | |
|
You may use other editors. You can add extra commands, buttons or (local) menus to start them. Examples are available on CD and after installation of TRACE32 SW at: CD\files\demo\practice\edit.cmm Further descriptions are available at CD\files\pdf: general_ref_s.pdf page 69 ( sYmbol.SOURCELINE(<address>) ) ide_ref.pdf page 106 (MENU.ReProgram) Easiest way is to replace the call of EDIT in general by the wanted editor: SETUP.EDITEXT [ON|OFF] [<string>]
Example for using PowerView with TextPad: ::SETUP.EDITEXT ON "C:\Programme\TextPad\TextPad.exe * (#)" |
||

|
Copyright © 2010 Lauterbach GmbH, Altlaufstr.40, D-85635 Höhenkirchen-Siegertsbrunn, Germany Impressum The information presented is intended to give overview information only. Changes and technical enhancements or modifications can be made without notice. Last generated/modified: Mar-9-2010 |