maybe this should help to start
http://www.boehmel.de/lanc.htm
and how about using ELM624 chip in between?
http://www.elmelectronics.com/DSheets/ELM624DS.pdf
or use an ASM code...
http://www.bealecorner.com/trv900/EdGrip/index.html
maybe this should help to start
http://www.boehmel.de/lanc.htm
and how about using ELM624 chip in between?
http://www.elmelectronics.com/DSheets/ELM624DS.pdf
or use an ASM code...
http://www.bealecorner.com/trv900/EdGrip/index.html
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Man your fast
I read over that stuff last week pretty scarey and Like I said over my head
I will reread and try to learn
thanks
in the first link
once you understand it an can shift out one bit after the other... it's not going to be really hard!The master generates the telegram frame, creating 8 startbits, followed each by 8 bits (1 byte) and a (long) stopbit. Then everything starts again. One bit has a duration of 104µs.
The distance between two startbits can vary between 1200µs and 1400µs depending on the device.
The distance between two telegrams is 20ms for PAL/625 and 16.6ms for NTSC/525.
Code:For BitN=0 to 7 SerPin=ValueToSend.0[BitN] pauseus 104 next
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
thanks again
I'm reading studying and I figure I'm about a year away from being able to do this. LOL
Bah, don't give up. If i had a Sony Cam here, i would try.. unfortunately, i don't have any.
Anyways, good luck!
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks