Search found 9 matches

by JPS7495
Tue 3. Jan 2017, 08:41
Forum: PCAN-GPRS Link
Topic: KL-15 function
Replies: 4
Views: 22004

Re: KL-15 function

Happy new year to you.

I have one problem with KL-15 shut off.
The whole board shuts off when KL-15 is off and it restarts when KL-15 is on, but the can bus doesn't work.
I don't use ODB2 function.
Each time KL-15 and VBat are off the can works on new run.

The code is like this
if((hardware_In ...
by JPS7495
Mon 12. Dec 2016, 09:56
Forum: PCAN-GPRS Link
Topic: using can 1
Replies: 3
Views: 7408

Re: using can 1

Hello
OBDIIServer is not call in main.c.
and the duplication of u8_t CAN_Startup (u32_t dwCANBaudrate) by replacing Canif1 by CanIf 0 doesn't work.
How can we do?
Is it possible to have the source code for Library to modify easily the software and adapt out own software without disturbing you ...
by JPS7495
Fri 9. Dec 2016, 17:10
Forum: PCAN-GPRS Link
Topic: KL-15 function
Replies: 4
Views: 22004

Re: KL-15 function

Thanks for your comment.

The can bus is not wired when I try KL-15 shut-off.
I will try to implement your watchdoInit.

regards
by JPS7495
Fri 9. Dec 2016, 17:07
Forum: PCAN-GPRS Link
Topic: using can 1
Replies: 3
Views: 7408

using can 1

Hello
I try to use can 2 (can 1 is working).
When I replace CanIf0 by CanIf1 it doesn't change anything, it is always Can1 which works.

Do you have an example with Can2 working?

regards
by JPS7495
Thu 8. Dec 2016, 09:55
Forum: PCAN-GPRS Link
Topic: KL-15 function
Replies: 4
Views: 22004

KL-15 function

Hello,

I try to implement the switch off function with KL-15 input.
It works with your example but the device never restart when KL-15 is on.
What we need to do?

regards
by JPS7495
Wed 26. Oct 2016, 15:22
Forum: PCAN-GPRS Link
Topic: Send SMS message
Replies: 1
Views: 5476

Send SMS message

Some questions about SMS:
I receive somes frame on serial port:
+WIND :3 (is it related to <event> from document AT_Command_Interface_Guide page 141)

I try to send sms with function:
sms_send("bonjour",7,"06xxxxxxxx",11);
It has no effect,
Do we need to write like this
sms_send("bonjour/r/n",7 ...
by JPS7495
Wed 26. Oct 2016, 09:00
Forum: PCAN-GPRS Link
Topic: Compiling the example microcontroller firmware
Replies: 17
Views: 37861

Re: Compiling the example microcontroller firmware

Now it works.
The only problem I have is to link functions we have in sms.c.
I create an header file sms.h with function declaration.
I include sms.h in main.c but when I compile compiler says that reference to sms_task is undefined.
I check in makefile but I didn't see anything.
Could you help me ...
by JPS7495
Tue 25. Oct 2016, 16:36
Forum: PCAN-GPRS Link
Topic: Compiling the example microcontroller firmware
Replies: 17
Views: 37861

Re: Compiling the example microcontroller firmware

Hello,
I have the same problem under Windows 7 enterprise, I've moved the directory with no success.
What can I do?
Here what I have on screen :
Creating bin file firmware.bin
cp firmware.hex temp.hex
hex2bin.exe -s 0000 temp.hex
process_begin : CreateProcess(NULL, hex2bin.exe -s 0000 temp.hex ...
by JPS7495
Fri 18. Dec 2015, 10:45
Forum: PCAN-Explorer 5 & Add-ins
Topic: VB script and instrument panel
Replies: 1
Views: 6465

VB script and instrument panel

Hello all,

I want to access instrument panel controls (bitmaplist, bargraph,labels..) in VBS script and be able to modify many things (font, colour, position ).
How can I do this?

thanks