|
|
|
Common
- Associating File Extension: Since any installers are not provided, you may
associate on your own, "scs", "dsc" and "n2n" with SeriCon, dwTerm and TransPad
respectively. If you fail (see an error box when double-clicking a file after
association), try the followings, while detailed procedures may differ
according to OSes and languages. In any folder window, run [View]->[Folder Option]
menu to open a dialog box. By selecting a tab in the box you may see various file
extensions with the associated icons. Then choose the extension and press a button
to edit the association. In a new dialog box, you may see "open" command is
listed. Choose it and press a button to edit. Then in "command-edit" box the
"open" command may be defined like this, for example for "scs":
C:\SeriCon\SeriCon.exe
Now, modify like this:
C:\SeriCon\SeriCon.exe "%1"
The same remedy applies to other extensions. That is, add a blank and the 4
symbols/characters "%1", to the definition of a command.
SeriCon 2.5
- Change "int Baud" the second argument of the function seric_InitCOM, into
"long Baud", in pc.h in the "include" folder.
|
|