Search found 5 matches

by dproffer
Wed Jul 04, 2012 4:23 am
Forum: Flowcode V5
Topic: USB HID Keyboard on PIC18F14K50
Replies: 5
Views: 5197

Re: USB HID Keyboard on PIC18F14K50

Gary, thank you very much for your code review and post! That was my problem, as you described. My simple keyboard HID button example is working like a champ on the PIC18F14K50.
by dproffer
Tue Jul 03, 2012 7:34 am
Forum: Flowcode V5
Topic: PWM ChangePeriod Macro not working PIC18F14K50
Replies: 3
Views: 4026

Re: PWM ChangePeriod Macro not working PIC18F14K50

Hi Dazz, Thank you very much for your reply and code review! I did a quick test of what you uploaded and it appears to work, moving the PWM from 48kHz to 64kHz. My quick review of your code, and I will do a more in-depth in the morning is that you physically change the PWM period to zeros rather tha...
by dproffer
Mon Jul 02, 2012 5:48 am
Forum: Flowcode V5
Topic: PWM ChangePeriod Macro not working PIC18F14K50
Replies: 3
Views: 4026

PWM ChangePeriod Macro not working PIC18F14K50

Hello, Can someone advise me as to what I am doing incorrect in the attached Flowcode 5.2 code. The objective is to start the single PWM of the PIC18F14K50 at one PWM period, halt the PWM disable it, change the PWM period to a different value and restart the PWM. The only PWM period setting that see...
by dproffer
Wed Jun 27, 2012 5:42 am
Forum: Flowcode V5
Topic: USB HID Keyboard on PIC18F14K50
Replies: 5
Views: 5197

USB HID Keyboard on PIC18F14K50

I am trying to use the example code and USB libraries in Flowcode 5.2 Pro to create a USB Keyboard on the PIC18F14K50, no luck. The code compiles and loads on the chip fine, Mac OS X 10.7, Windows XP, Windows 7 all see the HID device fine, but no characters are transmitted to the OS. I am using a si...
by dproffer
Mon Jun 11, 2012 8:46 am
Forum: General Programming
Topic: Hobby servo control PIC 18F14K50
Replies: 2
Views: 3950

Hobby servo control PIC 18F14K50

Hello, I am trying to control a single hobby servo using a PIC18F14K50 in Flowcode 5. The documentation for this chip indicates it has 4 PWM outputs. Trying to compile a simple Flowcode 5 program to sweep the servo yields the cryptic errors below. I am using professional flow code 5.2. In searching ...