Search found 5 matches

by darkmagic35
Wed Jan 26, 2011 7:20 pm
Forum: Flowcode V2 & V3
Topic: Flowcode V3 PIC USB Pack Released
Replies: 33
Views: 75572

Re: Flowcode V3 PIC USB Pack Released

Hi Benj, I have small question about USB. It's possible to programm PIC18F in Flowcode and than another aplication in Delphi 2007 for computer with Windows? I want to communicate with my PIC using computer's software. PIC 18F <--------- USB ---------------> PC Win I'm looking for a component for Del...
by darkmagic35
Mon Jan 24, 2011 6:58 pm
Forum: Flowcode V2 & V3
Topic: Flowcode V3 PIC USB Pack Released
Replies: 33
Views: 75572

Re: Flowcode V3 PIC USB Pack Released

Hi, I'm looking for informations about Flowcode and using USB. Is it true, that I can use only this PICs? Compatible PICmicro devices - Flowcode V3 18F2455, 18F2550, 18F4455, 18F4550 Compatible PICmicro devices - Flowcode V4 18F2450, 18F2455, 18F2550, 18F4450, 18F4455, 18F4550, 18F13K50, 18F14K50, 1...
by darkmagic35
Mon Dec 06, 2010 9:06 am
Forum: E-blocks
Topic: How to print byte as binary string to gLCD?
Replies: 11
Views: 11532

Re: How to print byte as binary string to gLCD?

Thank you for your answear.

I tried to rewrite this code to flowcode but I wasn't successful. (I copy your C code to flowcode and modife variables and than I try to do this with flowcode's graphics components).

Can you give me please an example of one method directly in Flowcode?
by darkmagic35
Sun Dec 05, 2010 12:42 pm
Forum: E-blocks
Topic: How to print byte as binary string to gLCD?
Replies: 11
Views: 11532

Re: How to print byte as binary string to gLCD?

Hello Benj,

I have 8 sources which can be TRUE (1) or FALSE (0), I save this 8 values to a string (test[8]) and I need to get a byte variable.

Can you give me examle how to convert this string (8 chars) to a byte? (1010 0001 -> 0xA1)

Thank you for your answers.
by darkmagic35
Mon Sep 27, 2010 10:28 pm
Forum: Programming Tips & Tricks
Topic: 2-bit I2C LED dimmer,PCA9530DP
Replies: 2
Views: 5618

Re: 2-bit I2C LED dimmer,PCA9530DP

Hello, I'm interested in the LED driver PCA9685 (something like PCA9530DP, PCA9685 is 16-channel, 12-bit PWM driver, datasheet ). As a master I2C device I want to you some PIC18F, too. Can you show me the circuit of 2-bit dimmer? I´m not sure about pull-up rezistors on I2C lines - can you help me wi...