CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 16 matches
CCS Forum Index
Author Message
  Topic: saving sensor values on the computer
Bob Sacamano

Replies: 7
Views: 6389

PostForum: General CCS C Discussion   Posted: Thu Feb 21, 2008 3:39 pm   Subject: saving sensor values on the computer
Other than writing your own app in VB (or something) as rberek suggested, I don't think there's a simple way of doing what you want.

The basic way of writing from a PIC to a file on a PC is to have ...
  Topic: WDT confusion
Bob Sacamano

Replies: 2
Views: 3314

PostForum: General CCS C Discussion   Posted: Tue Feb 19, 2008 3:25 pm   Subject: WDT confusion
From the datasheet:
PIC18F2682/2685/4682/
4685 devices have a Watchdog Timer, which is either
permanently enabled via the Configuration bits or
software controlled (if configured as disabled).

...
  Topic: saving sensor values on the computer
Bob Sacamano

Replies: 7
Views: 6389

PostForum: General CCS C Discussion   Posted: Tue Feb 19, 2008 12:10 pm   Subject: saving sensor values on the computer
I don't know about Hyperterminal; I (and many others) tend to avoid it based on it's "quirkiness". Most terminal programs (including CCS' SIOW) allow you to log the received characters to a ...
  Topic: How do you program and run your code?
Bob Sacamano

Replies: 2
Views: 3267

PostForum: General CCS C Discussion   Posted: Tue Feb 19, 2008 10:48 am   Subject: How do you program and run your code?
An ICD allows you to program, run, and debug your PIC in-circuit. A 6-pin header is all you need on the board. ICDs from CCS are $75 and they program nearly all PICs.

http://www.ccsinfo.com/produ ...
  Topic: time + PIC18f452
Bob Sacamano

Replies: 5
Views: 4591

PostForum: General CCS C Discussion   Posted: Tue Feb 19, 2008 9:59 am   Subject: time + PIC18f452
Nutria--is that a kind of Sable?
  Topic: time + PIC18f452
Bob Sacamano

Replies: 5
Views: 4591

PostForum: General CCS C Discussion   Posted: Tue Feb 19, 2008 8:56 am   Subject: time + PIC18f452
No need to thank the forum. I'm sure they aren't responsible for your problem.

On the other hand, I have a problem with these Russian hats that I'm selling at Battery Park. Seems they're made out ...
  Topic: DHCP Problems with PICDEM.NET 2 running CCS TCP/IP Stack
Bob Sacamano

Replies: 4
Views: 5367

PostForum: General CCS C Discussion   Posted: Thu Feb 14, 2008 3:52 pm   Subject: DHCP Problems with PICDEM.NET 2 running CCS TCP/IP Stack
It's possible you'll have to add another UDP socket to your stack. I don't believe the CCS stack automatically allocates sockets when you enable/disable modules.

I believe the define you need to e ...
  Topic: Is the CCS compiler unique?
Bob Sacamano

Replies: 11
Views: 8599

PostForum: General CCS C Discussion   Posted: Wed Feb 13, 2008 8:09 am   Subject: Is the CCS compiler unique?
CodeWarrior for ColdFire processors does not have the level of built-in functionality that CCS does.

Their Device Initialization is more complete and easier to use than the CCS Project Wizard.

T ...
  Topic: shift right problems
Bob Sacamano

Replies: 2
Views: 3228

PostForum: General CCS C Discussion   Posted: Thu Feb 07, 2008 9:40 am   Subject: shift right problems
shift_right (address, bytes, value)

address is a location in RAM--a pointer to or address of a variable. You need:

shift_right (&Preamble_In, 1, TestBitIn);

Also, although in thi ...
  Topic: Unknown device type
Bob Sacamano

Replies: 19
Views: 23166

PostForum: General CCS C Discussion   Posted: Thu Feb 07, 2008 9:25 am   Subject: Unknown device type
Southeastern Wisconsin was hammered by a nasty blizzard Tuesday night and Wednesday, so it's likely that activity at CCS may have been limited (at best). If it's anything like my company, it may take ...
  Topic: PIC 18F4520 with RS232
Bob Sacamano

Replies: 8
Views: 7316

PostForum: General CCS C Discussion   Posted: Tue Jan 29, 2008 1:48 pm   Subject: PIC 18F4520 with RS232
Change the LVP fuse to NOLVP.
  Topic: PIC 18F4520 with RS232
Bob Sacamano

Replies: 8
Views: 7316

PostForum: General CCS C Discussion   Posted: Tue Jan 29, 2008 1:05 pm   Subject: PIC 18F4520 with RS232
You have the LVP fuse set. How are you programming the chip? An ICD does not use low-voltage programming. You probably need to use the NOLVP fuse.
  Topic: Reg 16f88 header file
Bob Sacamano

Replies: 2
Views: 3758

PostForum: General CCS C Discussion   Posted: Tue Jan 29, 2008 1:02 pm   Subject: Reg 16f88 header file
You can get it from CCS... when you upgrade to a compiler that supports this chip.

Are you using the demo version? I'm not aware of a "student edition" compiler.
  Topic: [OT] micro-amp switches
Bob Sacamano

Replies: 1
Views: 3526

PostForum: General CCS C Discussion   Posted: Mon Jan 21, 2008 4:11 pm   Subject: [OT] micro-amp switches
My search for switches that can be used on currents in the microamp range is proving fruitless. I need something that's readily available in the US and relatively inexpensive. I don't think we care ...
  Topic: PIC24/dsPICĀ® Compiler Comments
Bob Sacamano

Replies: 36
Views: 124156

PostForum: General CCS C Discussion   Posted: Mon Jan 21, 2008 9:27 am   Subject: PIC24/dsPICĀ® Compiler Comments
It's missing in the 30f3011.h file and even when I added in it
Adding the header file does not add support for a chip. The support for a chip is built in to the compiler. To get support for a parti ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group