The help files that get downloaded with the converter are blank. I'm trying to batch convert files but I want it to maintain the filename. Can you point me in the right direction?
Thanks!
Search found 4 matches
- Thu 14. Sep 2017, 00:08
- Forum: Suggestions & Feature Requests
- Topic: convert multiple files with PEAK Converter
- Replies: 4
- Views: 12322
- Tue 12. Sep 2017, 17:13
- Forum: PCAN-Basic
- Topic: Preferred Hex conversion in C#
- Replies: 2
- Views: 5535
Re: Preferred Hex conversion in C#
Perfect, thanks!
- Mon 11. Sep 2017, 18:59
- Forum: PCAN-Basic
- Topic: Preferred Hex conversion in C#
- Replies: 2
- Views: 5535
Preferred Hex conversion in C#
Is there a preferred hex conversion for can data? In c# I'm using Convert.ToInt32(fields[0], 16). Is this correct? Any help would be greatly appreciated.
- Fri 1. Sep 2017, 19:53
- Forum: Software
- Topic: C# application to convert .trc using .sym file
- Replies: 1
- Views: 3831
C# application to convert .trc using .sym file
I have trace files being generated and I need to convert them to csv/excel so the data can be imported into a table. I have a symbols file as well. Can anyone provide any guidance on how to do this using C#? I've started by just using C# to open the file and start parsing the data but I was ...