Search found 126 matches

by garryp4
Wed Jul 18, 2007 4:06 am
Forum: IDE
Topic: Block comment and block outdent/indent
Replies: 2
Views: 2974

Ok. Thanks.
by garryp4
Tue Jul 17, 2007 10:24 pm
Forum: IDE
Topic: Block comment and block outdent/indent
Replies: 2
Views: 2974

Block comment and block outdent/indent

Two features of MicorCode Studio I frequently used were the block comment and block outdent/indent. Any chance they could be included in the SF IDE?

Thanks.
by garryp4
Tue Jul 17, 2007 10:19 pm
Forum: Modules
Topic: SPI and USART conflict question
Replies: 4
Views: 3393

SPI and USART conflict question

The 18F4550 RC7 is both the USART TX and the SPI SDO. Can I 'include' both these with out any conflict? How much of a speed penalty does the software SPI cause? I am in the process of laying out a circuit so need to know before shipping off the gerber files. Any help is greatly appreciated.

Thanks.
by garryp4
Thu Jul 12, 2007 2:20 pm
Forum: Modules
Topic: Can not send USB HID from VB to PIC
Replies: 3
Views: 5070

David: You are absolutely correct! That change fixed it. I have got wrap my mind around this module concept and point to the desired one EVERY time. would HID.ReadReport also be correct with this protocol? Wish I could take you down to the local and buy you a pint, or better yet, e-mail a homebrew. ...
by garryp4
Thu Jul 12, 2007 9:54 am
Forum: Modules
Topic: Can not send USB HID from VB to PIC
Replies: 3
Views: 5070

Can not send USB HID from VB to PIC

I have the PICDEM FS USB demo board from Microchip, SF 2.0.0.2, and VB6. I can successfully send from the PIC to VB using HID but can not get any data from VB to get to the PIC. I do not know if the problem is in the VB code or the SF code. The hardware works because I can load the USBProject SF and...
by garryp4
Mon Jul 09, 2007 1:06 pm
Forum: Modules
Topic: How stable and usable is the USB module of Swordfish basic?
Replies: 6
Views: 4838

I'm having a bit of a problem getting the correct data through on W2K. As I'm just learning this the problem is most likely my code. I have used the code generated with EasyHid. Right now I just want to send from the PIC to VB so a lot is commented out. anyway... // device and clock... Device = 18F4...
by garryp4
Tue Jun 19, 2007 8:51 pm
Forum: Compiler
Topic: Can't get the driver for USB CDC to load
Replies: 13
Views: 9421

Any luck with W2K? Sure appreciate the help.
by garryp4
Thu Jun 14, 2007 8:06 pm
Forum: Compiler
Topic: support for 3v pics
Replies: 10
Views: 5632

Will the Ethernet Module be supported in the 18F97J60? I'd be willing to pay for an upgrade for that! :P
by garryp4
Wed Jun 13, 2007 9:48 pm
Forum: Compiler
Topic: Can't get the driver for USB CDC to load
Replies: 13
Views: 9421

Is there any way I can contact the beta tester? I know that there is some communications between the PIC and the PC w/ W2K as I changed the Descriptor file and have different text appear in the Found New Hardware window.

Also, the HID worked like a champ on W2K.

Thanks for your time.
by garryp4
Tue Jun 12, 2007 8:36 pm
Forum: Compiler
Topic: Can't get the driver for USB CDC to load
Replies: 13
Views: 9421

What about using W2k vs. XP?
by garryp4
Tue Jun 12, 2007 9:21 am
Forum: Compiler
Topic: Can't get the driver for USB CDC to load
Replies: 13
Views: 9421

While XP did load and Device Manager showed a new com port, I was only able to get one character to come back. While watching the Device Manager screen, the list would go off and back on as if the USB device was being pulled and plugged back in, till eventually the system would not recognize the dev...
by garryp4
Tue Jun 12, 2007 4:49 am
Forum: Compiler
Topic: Can't get the driver for USB CDC to load
Replies: 13
Views: 9421

Yeah, sorry about the frustration. Anyway, I went through the whole process again with a reboot and still the same problem. I broke out the laptop that has XP vs. W2k and it loaded right up just like the instructions say. Hmmm. Is this supposed to work in W2K? Will work from the lap top for now. Ple...
by garryp4
Mon Jun 11, 2007 6:14 am
Forum: Compiler
Topic: Can't get the driver for USB CDC to load
Replies: 13
Views: 9421

So, I have been fighting this since the last post. I've got the same thing happening on 2 different computers, one at home and one at work. I do not know a lot about USB. That is why I paid the $ for SF. USB does not work in the free version so I had to but the full version to try it. What is the ch...
by garryp4
Thu Jun 07, 2007 8:16 pm
Forum: Compiler
Topic: Can't get the driver for USB CDC to load
Replies: 13
Views: 9421

Can't get the driver for USB CDC to load

When I try to load, or point, to the driver in the D:\Swordfish\Library\USB, Windows comes back with "Windows was unable to locate a driver for this device". Device Manager does see a Swordfish Virtual COM Port but it does not show up under the hardware Ports but has the infamous yellow question mar...
by garryp4
Mon Jun 04, 2007 8:01 pm
Forum: Modules
Topic: USART and SUART in same program?
Replies: 10
Views: 6547

Yeah, that took care of it. I was assuming (I know, you and me!) that the USART was using br9600 and the SUART was using sbr9600, two different instructions. I will take your advice and include the module name in the instruction. Thanks.