Search found 7 matches

by Robert
Mon Jan 18, 2010 8:12 am
Forum: Modules
Topic: USB and report number
Replies: 0
Views: 2916

USB and report number

Good day all, I am working on a project wich looks very similar to a kinf of force feddback joystick. I need to be able to send and receive various kind of reports, but I saw nowhere how to do that, I want to say how to assign (or read) a given report number to send or (receive) the right report. By...
by Robert
Wed Jul 16, 2008 4:59 pm
Forum: Compiler
Topic: Wiring two pics together
Replies: 2
Views: 2059

Hi Doj, thanks for your answer... Your question about the ground is not so silly... In fact it was one of the first thing wich came to my mind... but unfortunatly, they are grounded together... Here is the code for the "listener" : #option LCD_DATA = PORTB.0 #option LCD_RS = PORTB.4 #option LCD_EN =...
by Robert
Wed Jul 16, 2008 4:30 pm
Forum: Compiler
Topic: Wiring two pics together
Replies: 2
Views: 2059

Wiring two pics together

Good day all, I am trying to make 2 pic's talk using the usart. I used two easypic board to make the test. The TX and RX line of the first pic are wired to the RX and TX lines of the second by a twisted pair of about 30cm. The first pic talks, the second listen. The problem is that the second listen...
by Robert
Sat Jul 05, 2008 2:01 pm
Forum: IDE
Topic: Parameters for the PicFlash from Mikroelectronika
Replies: 2
Views: 3167

Hi Steven,
thanks ! I see now were was my mistake... Following what is written in the booklet of the picflash, I added " around the file name... That works better without them :) !

Regards,

Robert
by Robert
Sat Jul 05, 2008 9:49 am
Forum: IDE
Topic: Parameters for the PicFlash from Mikroelectronika
Replies: 2
Views: 3167

Parameters for the PicFlash from Mikroelectronika

Hi all,
is someone using the on board (or stand alone) programmer Picflash from MikroE ? What are the params to pass from the IDE to have the programmer inteface fields set correctly with the type of MCU and the config when the programmer is called from within swordfish ?

By advance thanks,

Robert
by Robert
Sat Jul 05, 2008 9:27 am
Forum: Compiler
Topic: Is it possible to pass a pin as parameter ?
Replies: 2
Views: 2256

Hi David,
thanks for your answer. I go straight to look at this example...

regards,

Robert
by Robert
Fri Jul 04, 2008 5:20 pm
Forum: Compiler
Topic: Is it possible to pass a pin as parameter ?
Replies: 2
Views: 2256

Is it possible to pass a pin as parameter ?

Good day everybody, I am just discovering swordfish, and this is my first post on this forum. I found the modularity of swordfish very handy, and I am looking for designing some modules as a training. One of them encapsulate the functions for use a max7219 for driving 7seg. Here is my question: is t...