Login Register

Search found 27 matches

Return

by T5Luke
04 Sep 2022, 02:39
Jump to forum
Jump to topic

Re: Vida CEM swapping

Sorry was 50 downloads only, here are both again...

Also Windows 10 doesn't notice me about anything, maybe it is location based on 3 computers i get nothing. Maybe defender in US sees something problematic in this code...
by 5ft24
05 Oct 2022, 16:23
Jump to forum
Jump to topic

Re: Vida CEM swapping

VIO is the I/O voltage the chip is required to communicate to the teensy with, 3.3 or 5V.
With a 3.3v I/O on the teensy you wire the CAN transceivers VIO pin to the 3.3V source from the Teensy
by RickHaleParker
05 Oct 2022, 19:25
Jump to forum
Jump to topic

Re: Vida CEM swapping

oscilloscope wrote: 05 Oct 2022, 14:42 What does Vio mean.
Voltage Input Output. It determines the I/O logic level.
by RickHaleParker
06 Oct 2022, 21:59
Jump to forum
Jump to topic

Re: Vida CEM swapping

I looked through the datasheet to find out what the difference between the 230 & 230dr. , there isn't any mention of the DR in the datasheet from what i can see D = Package drawing D ( SOIC-8 ) R = Tape and R eel. The difference between D & DR is when you order bulk as D your requesting the...
by rkam
19 Oct 2022, 12:59
Jump to forum
Jump to topic

Re: Vida CEM swapping

D33 is CAN_H for hispeed
D48 is CAN_L for hispeed

D40 is CAN_H for lowspeed
D55 is CAN_L for lowspeed
by vtl
01 Dec 2022, 09:05
Jump to forum
Jump to topic

Re: Vida CEM swapping

Folks I'm messing around with a eeprom dump off a p2 cem ( the older white style) , and trying to view the data. But it's encrypted of course. , it carries the 9s12 1k79X, I am aware IOT terminal and various tools can read this mcu and I believe can decrypt them too , , but I figured what the hell ...
by rkam
25 Jan 2023, 10:46
Jump to forum
Jump to topic

Re: Vida CEM swapping

The Kvaser cable itself cannot do anything special. It all depends on what software you have. Several professional software applications can use the Kvaser interface, but then again the software might be useless without datafiles. On Volvo, the DiCE can do mostly the same. Kvaser is better for datal...
by repair
06 Feb 2023, 05:53
Jump to forum
Jump to topic

Re: Vida CEM swapping

oscilloscope wrote: 05 Feb 2023, 06:27 Is this pavel the same one who has something to do with orange 5 calculators and scripts?
No. That Pavel has nothing to do with VDASH))
by rkam
18 Mar 2023, 13:39
Jump to forum
Jump to topic

Re: Vida CEM swapping

Your key should be 61 (0x3d) bytes long. out[0] = ( data[0] xor key[0] ) xor 0 out[1] = ( data[1] xor key[1] ) xor 0 out[2] = ( data[2] xor key[2] ) xor 0 out[3] = ( data[3] xor key[3] ) xor 0 out[4] = ( data[4] xor key[4] ) xor 0 out[5] = ( data[5] xor key[5] ) xor 0 out[6] = ( data[6] xor key[6] )...