Search found 5 matches

by PaulSch
Mon 15. Aug 2022, 13:50
Forum: PCAN-RS-232
Topic: PCAN-RS-232: How to create a firmware?
Replies: 10
Views: 29430

Re: PCAN-RS-232 create firmware

Hello,
sorry for my late reply. I thougt the topic was already closed.
As you mentioned, i executed the "make all" command via the "Terminal" menu.
Everything works fine. Thank you!
I am pretty new in C/C++ so i have further questions how to convert my Message to a float-Variable and then into an ...
by PaulSch
Mon 15. Nov 2021, 09:09
Forum: PCAN-RS-232
Topic: PCAN-RS-232: How to create a firmware?
Replies: 10
Views: 29430

Re: PCAN-RS-232 create firmware

One more...it works.
I only run the "make" command, not the "make all" command like in th readme.txt described.

Thank you!

The topic ca be closed.
by PaulSch
Mon 15. Nov 2021, 08:58
Forum: PCAN-RS-232
Topic: PCAN-RS-232: How to create a firmware?
Replies: 10
Views: 29430

Re: PCAN-RS-232 create firmware

Hello again,

I don't know why, bu now something worked. The out-Folder was created, but when it comes to built the *bin file a new Message occured:

Creating bin file: example_echo.bin
hex2bin -s 0000 ./out/example_echo.hex
sh: hex2bin: Kommando nicht gefunden.
make: *** [Makefile:367: example_echo ...
by PaulSch
Mon 15. Nov 2021, 08:48
Forum: PCAN-RS-232
Topic: PCAN-RS-232: How to create a firmware?
Replies: 10
Views: 29430

Re: PCAN-RS-232 create firmware

Hello,

i did'nt move it. I did everything like in the description.

I habe another VS-Code (Beginner) projekt where I can compile and run my C-files. Maybe it is because I've already installed compilers on my PC. But I'm very new with VS-Code....

Thank you!
by PaulSch
Fri 12. Nov 2021, 14:17
Forum: PCAN-RS-232
Topic: PCAN-RS-232: How to create a firmware?
Replies: 10
Views: 29430

PCAN-RS-232: How to create a firmware?

Hi,
It's the first time I'am working with the PCAN-RS-232.
I have a question about creating firmware with Visual Studio Code. I have opened the sample files via VSCode and run the vbs script. Now I would like to create a firmware with "make all" as described in the *.txt. However, when running the ...