BC3 Conversion rules

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aki
    New User
    • Oct 2014
    • 2

    BC3 Conversion rules

    I have written a script to convert the motorola S record hexfiles to text files. I have been trying to get it running for hex compares butit keeps on failing with this so called conversion error.
    From what I could gather from BC forums - I have called the script via a batch file which accepts the input as the first parameter and output the second.
    the batch file:

    "C:\Python26\python.exe" "C:\dx\desktop\BCplugin.py" "%1" "%2"

    Running this in CMD with specified input and output goes good. Any ideas
  • Aaron
    Team Scooter
    • Oct 2007
    • 15997

    #2
    Hello,

    That batch file looks pretty good. We have a KB article on defining the custom format here:
    http://www.scootersoftware.com/suppo...rnalconversion

    What is the exact command line you have in BC3 for the Loading section?
    Aaron P Scooter Software

    Comment

    • Aki
      New User
      • Oct 2014
      • 2

      #3
      Hi Aaron,

      Oh mist ! I had misplaced the parameters.Thanks a lot for the pointer. Well, it sure works great now

      Gruss,
      Aki

      Comment

      Working...