Search found 5 matches

by raptoru
Mon Jun 08, 2009 6:05 pm
Forum: Flowcode V4
Topic: Flowcode V4
Replies: 42
Views: 30328

Re: Flowcode V4

You must buy a Flowcode 4 licence ... 50% discont if you have a V3 license.
by raptoru
Mon Jun 08, 2009 2:38 pm
Forum: Flowcode V2 & V3
Topic: Decoding DVI-D signal
Replies: 2
Views: 3120

Re: Decoding DVI-D signal

Hello Benj I was thinking of another approach , after I checked some documentations. Maybe it is wise to use at the first signal decoding layer a specialized DVI receiver like TFP403 ( 401, 402 ) Texas Instruments http://www.datasheetcatalog.org/datasheet/texasinstruments/tfp403.pdf after that take ...
by raptoru
Sat Jun 06, 2009 7:19 am
Forum: Flowcode V2 & V3
Topic: Decoding DVI-D signal
Replies: 2
Views: 3120

Decoding DVI-D signal

Hello I want to launch a proposal to all users and admins of the forum : " Decoding DVI-D signal " - it is possible to achieve this using flowcode? - what type of microcontroller must be used Personally I want to build a interface that takes the DVI-D signal and outputs on multiple DMX512 ...
by raptoru
Thu Jan 24, 2008 10:30 pm
Forum: General Programming
Topic: 12F683 - problems on compiling
Replies: 2
Views: 3994

Re: 12F683 - problems on compiling

I solve the problem. U have a little bug. In "FCD" director C:\Program Files\Matrix Multimedia\Flowcode V3\fcd there is 12F683.FCD file. i open it with notepad and found this line: Initialise="ansel = 0x20;\ncmcon = 0x07;\n" and modify with Initialise="ansel = 0x20;\ncmcon0 ...
by raptoru
Thu Jan 24, 2008 8:46 pm
Forum: General Programming
Topic: 12F683 - problems on compiling
Replies: 2
Views: 3994

12F683 - problems on compiling

I use 12F683. BEGIN SET 1 ON PORTA BIT 0 END when i try to compile to cip or hex ... next error mesage apears: "C:\Program Files\Matrix Multimedia\Flowcode V3\BoostC\boostc.pic16.flowcode.exe -v -t PIC12F683 "test2_12F683.c" BoostC Optimizing C Compiler Version 6.70 (for PIC16 archit...