Author |
Message |
Topic: How to use Visual C#? |
xwindows2000
Replies: 6
Views: 6642
|
Forum: General CCS C Discussion Posted: Fri Mar 26, 2010 10:16 pm Subject: Re: RE: |
this isn't a C# forum. If you want to connect a PIC to a bluetooth module and if you are using the CCS C compiler, then this is the forum.
thanks
arunb
Yes. I used CCS C develop with C#?
Wha ... |
Topic: How to use Visual C#? |
xwindows2000
Replies: 6
Views: 6642
|
Forum: General CCS C Discussion Posted: Thu Mar 25, 2010 7:59 pm Subject: How to use Visual C#? |
Sounds like the Bluetooth modules terminated the connection when you turned off the development system. You will probably need to write code to have them rediscover themselves and reconnect.
Can yo ... |
Topic: How to use Visual C#? |
xwindows2000
Replies: 6
Views: 6642
|
Forum: General CCS C Discussion Posted: Wed Mar 24, 2010 9:15 pm Subject: How to use Visual C#? |
Sorry John
I used interface with PIC by bluetooth. I can send command to activate I/O. After that I turn off my program development and turn on again but I can't check I/O remain status from mcu or ... |
Topic: How to use Visual C#? |
xwindows2000
Replies: 6
Views: 6642
|
Forum: General CCS C Discussion Posted: Wed Mar 24, 2010 11:31 am Subject: How to use Visual C#? |
In case mcu any bit activate high or activate low. How to program Visual C# to check status of mcu? |
Topic: How to read the data from MCU serial port by C# |
xwindows2000
Replies: 0
Views: 3522
|
Forum: General CCS C Discussion Posted: Fri Feb 05, 2010 9:58 am Subject: How to read the data from MCU serial port by C# |
Hi to all, I need code for reading output from MCU serial port by using C#. How we can send the data to serial port and read the data from serial port that would be in PDA |
Topic: How setting configuration word for 18F4550? |
xwindows2000
Replies: 11
Views: 12066
|
Forum: General CCS C Discussion Posted: Thu Nov 12, 2009 5:49 am Subject: How setting configuration word for 18F4550? |
You don't have to quote the whole previous post every time you make
a post. It makes it difficult to follow the thread.
Why? Why? Why? Why? |
Topic: How setting configuration word for 18F4550? |
xwindows2000
Replies: 11
Views: 12066
|
Forum: General CCS C Discussion Posted: Sun Nov 08, 2009 6:57 am Subject: Re: How setting configuration word for 18F4550? |
I installed vs. 4.057. It works.
Here are the Config bits for vs. 4.057 (from the .LST file):
Configuration Fuses:
Word 1: 0C20 NOIESO NOFCMEN HS PLL1 CPUDIV1 USBDIV
Word 2 ... |
Topic: How setting configuration word for 18F4550? |
xwindows2000
Replies: 11
Views: 12066
|
Forum: General CCS C Discussion Posted: Thu Oct 22, 2009 6:39 pm Subject: How setting configuration word for 18F4550? |
I installed vs. 4.057. It works.
Here are the Config bits for vs. 4.057 (from the .LST file):
Configuration Fuses:
Word 1: 0C20 NOIESO NOFCMEN HS PLL1 CPUDIV1 USBDIV
Word 2 ... |
Topic: How setting configuration word for 18F4550? |
xwindows2000
Replies: 11
Views: 12066
|
Forum: General CCS C Discussion Posted: Thu Oct 22, 2009 6:05 pm Subject: How setting configuration word for 18F4550? |
I tested your code (after removing the line for INT_TBE) with vs. 4.099
on a PicDem2-Plus board. It works.
What is your compiler version ?
My CCS compiler version 4.057.
Can you shown config ... |
Topic: How setting configuration word for 18F4550? |
xwindows2000
Replies: 11
Views: 12066
|
Forum: General CCS C Discussion Posted: Thu Oct 22, 2009 12:46 am Subject: How setting configuration word for 18F4550 |
void main(void)
{
set_tris_b(0x00); //set port B output
output_b(0x00); //clear port B
setup_adc(adc_off);
enable_interrupts(GLOBAL) ... |
Topic: How setting configuration word for 18F4550? |
xwindows2000
Replies: 11
Views: 12066
|
Forum: General CCS C Discussion Posted: Wed Oct 21, 2009 10:52 pm Subject: How setting configuration word for 18F4550 |
See this post for a simple "Hello world" program:
http://www.ccsinfo.com/forum/viewtopic.php?t=25737&start=2
I can't send command active output pin_B0...B7
How to procedure active o ... |
Topic: How setting configuration word for 18F4550? |
xwindows2000
Replies: 11
Views: 12066
|
Forum: General CCS C Discussion Posted: Sun Oct 18, 2009 11:59 pm Subject: How setting configuration word for 18F4550? |
How setting configuration word of 18F4550 for Rx and Tx by RS232? |
|