Search found 13 matches

by GrzegorzK
Wed 12. Feb 2014, 23:14
Forum: PCAN-GPRS Link
Topic: few simple question
Replies: 1
Views: 6380

few simple question

Hi
I am starting explore GPRS-link, looking a platform for my telemetric system.
Actually I did not process all examples yet, but before I start I would like to ask some question:

1. where is a limitation of SD card size (2GB i suppose), is it possible to increase?
2. Am I correct understand that ...
by GrzegorzK
Wed 12. Feb 2014, 23:01
Forum: PCAN-GPRS Link
Topic: uVison version 4.13
Replies: 2
Views: 7700

Re: uVison version 4.13

thank you.
by GrzegorzK
Sun 2. Feb 2014, 21:24
Forum: PCAN-GPRS Link
Topic: uVison version 4.13
Replies: 2
Views: 7700

uVison version 4.13

Hi

In manual is described that I may compile projects using WinARM and uVision in version no 4.13.
1. But how to download version 4.13? on webpage is available currently only version 4.73: https://www.keil.com/demo/eval/armv4.htm#DOWNLOAD

2. did anyone compile project using other tool? e.g ...
by GrzegorzK
Tue 21. Jan 2014, 11:52
Forum: PCAN-View
Topic: coding data in trc file
Replies: 1
Views: 5442

coding data in trc file

Hi

I would like to parse trc files (logged data via PCAN-View) in my application and wonder if there is some documentation how about this file, e.g:
what means:
;$STARTTIME=41660.4892668056

?

Regards
/Greg
by GrzegorzK
Wed 19. Jun 2013, 13:39
Forum: Suggestions & Feature Requests
Topic: PEAK-Converter/ programming API
Replies: 1
Views: 11226

PEAK-Converter/ programming API

Dear

Is is possible to make available programming API used to write files in trc and asc format?
I mean way of create trc files (e.g. PEAK-View) and programming API used in tool: PEAK-Converter http://www.peak-system.com/fileadmin/media/files/peak-converter.zip .


Such source code (or just dll ...
by GrzegorzK
Wed 2. Jan 2013, 14:28
Forum: PCAN-Basic
Topic: Conne
Replies: 4
Views: 6844

Re: Conne

Hi

Now is clear! Thank you.

Regards
/Greg
by GrzegorzK
Wed 2. Jan 2013, 13:39
Forum: PCAN-Basic
Topic: Conne
Replies: 4
Views: 6844

Re: Conne

Hi

I am not sure if we understand each other.
I am not insisting to call API: Initialize() twice, I just want to read and write to the same device from 2 application, whatever method.

1. Am I understand it is not possible or it is? if not PCAN-View is allow to do this so there is method but not ...
by GrzegorzK
Wed 2. Jan 2013, 12:35
Forum: PCAN-Basic
Topic: Conne
Replies: 4
Views: 6844

Conne

Hi

I wonder is it possible to share the same device USB-PCAN between 2 or more devices like use it PCAN-View appliation?
In order to understand my question please have a look attachment:

2 instance of PCAN-View use the same PCAN-USB hardware, and may send and receive message from this hardware.
I ...
by GrzegorzK
Tue 18. Dec 2012, 11:57
Forum: PCAN-Basic
Topic: calculate baudrate settings
Replies: 2
Views: 5173

Re: calculate baudrate settings

thank you.
by GrzegorzK
Tue 18. Dec 2012, 09:08
Forum: PCAN-Basic
Topic: calculate baudrate settings
Replies: 2
Views: 5173

calculate baudrate settings

Dear

Standard definition of baudrate in API is:

#define TPCANBaudrate WORD

#define PCAN_BAUD_1M 0x0014
#define PCAN_BAUD_800K 0x0016
#define PCAN_BAUD_500K 0x001C
#define PCAN_BAUD_250K 0x011C
#define PCAN_BAUD_125K 0x031C
#define PCAN_BAUD_100K 0x432F
#define PCAN_BAUD_95K 0xC34E
#define PCAN ...