教授配置(INCA工具)

发布于 2025-02-13 00:58:01 字数 440 浏览 0 评论 0原文

我第一次使用印加工具。我想将教授config conform flash二进制文件flash flash我的ECU。我试图创建所需的文件。我有一些问题。 1/要将十六进制文件转换为二进制文件,我想从tuto复制了此文件

procedure convert
{
  [convert_bin]
   RUN_DLL ("CONVERT.DLL",convert,-h,-i,-q,-b,%1)
   case TRUE                 : $return TRUE
   default                   : $return FALSE 
  [convert_bin_END]
}

,我想知道什么是convert.dll文件,它会自动生成还是应该创建此文件?

2/我可以将二进制文件直接刷到我的ECU吗? 3/谁能纠正我的脚本我有几个问题? 多谢 :)

I use the INCA tools for the first time. I would like to cset a prof config to flash binary file to my ECU. I tried to create the needed files. I have some question please.
1/ to convert the hex file into binary file i copied this from tuto

procedure convert
{
  [convert_bin]
   RUN_DLL ("CONVERT.DLL",convert,-h,-i,-q,-b,%1)
   case TRUE                 : $return TRUE
   default                   : $return FALSE 
  [convert_bin_END]
}

I would like to know what is the CONVERT.dll file, will it get generated automatically or should I create this file ?

2/ Can I flash directly a binary file to my ECU ?
3/ who can correct my script I have several problems on ?
thanks a lot :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁许谁一生繁华 2025-02-20 00:58:01

1/要将十六进制文件转换为二进制文件,我从Tuto复制了此文件
我想知道什么是convert.dll文件,它会自动生成>还是应该创建此文件?

convert.dll是来自INCA的预设DLL,无需创建此文件,它已经可用

2/我可以直接闪烁一个二进制文件吗?

是的,您可以直接将二进制文件刷到您的ECU

3/谁可以纠正我的脚本,我有几个问题?非常感谢:)

它也需要大量的输入和信息。

1/ to convert the hex file into binary file i copied this from tuto
I would like to know what is the CONVERT.dll file, will it get generated >automatically or should I create this file ?

CONVERT.dll is preset dll from INCA, no need to create this file, it's already available

2/ Can I flash directly a binary file to my ECU ?

yes, you can flash directly a binary file to your ECU

3/ who can correct my script I have several problems on ? thanks a lot :)

it need a lot of input and information from your hex file also

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文