Author |
Message |
Topic: Bed-Of-Nails Testing with ICSP support Question |
RVaughn13
Replies: 17
Views: 24918
|
Forum: General CCS C Discussion Posted: Mon Oct 27, 2014 7:19 am Subject: Bed-Of-Nails Testing with ICSP support Question |
Great suggestions from everyone, thanks for the information! To answer some of the questions brought up in the posts: Due to volume, we are moving one of our products to China for assembly (we have an ... |
Topic: Bed-Of-Nails Testing with ICSP support Question |
RVaughn13
Replies: 17
Views: 24918
|
Forum: General CCS C Discussion Posted: Wed Oct 22, 2014 11:30 am Subject: Bed-Of-Nails Testing with ICSP support Question |
Hi Ttelmah,
Great information you sent me, I will check it out. Sounds like it would be best to integrate the ICSP programmer as part of the tester design.
I will write the software to manage the I ... |
Topic: Bed-Of-Nails Testing with ICSP support Question |
RVaughn13
Replies: 17
Views: 24918
|
Forum: General CCS C Discussion Posted: Wed Oct 22, 2014 7:55 am Subject: Bed-Of-Nails Testing with ICSP support Question |
Hi Everyone,
One of our products will be assembled overseas, and I am working on a bed-of-nails tester for these boards. The new circuit boards need a test program loaded to exercise I/O and the feat ... |
Topic: Multiple Hardware UART Enable/Disable Question |
RVaughn13
Replies: 2
Views: 6154
|
Forum: General CCS C Discussion Posted: Tue Aug 27, 2013 12:22 pm Subject: Multiple Hardware UART Enable/Disable Question |
Great! Thanks for the quick reply!
Rick |
Topic: Multiple Hardware UART Enable/Disable Question |
RVaughn13
Replies: 2
Views: 6154
|
Forum: General CCS C Discussion Posted: Tue Aug 27, 2013 12:09 pm Subject: Multiple Hardware UART Enable/Disable Question |
Hi Everyone,
For extra programming room, I am in the process of migrating from a PIC16F1939 to a PIC18F46K22. This application is battery powered, and I must disable the UART to reduce the "slee ... |
Topic: Interrupt on Change PIC16F1939 |
RVaughn13
Replies: 2
Views: 7084
|
Forum: General CCS C Discussion Posted: Mon Sep 19, 2011 8:44 pm Subject: Interrupt on Change PIC16F1939 |
Thanks PCM Programmer! It looks like the ccs compiler does NOT clear the interrupt-on-change flags after they occur. As stated in your note, I added in the code:
#byte IOCBF = 0x396
#define clear ... |
Topic: Interrupt on Change PIC16F1939 |
RVaughn13
Replies: 2
Views: 7084
|
Forum: General CCS C Discussion Posted: Mon Sep 19, 2011 2:32 pm Subject: Interrupt on Change PIC16F1939 |
Hi All, I have recently upgraded from a PIC16F887 to a PIC16F1939 due to memory limitation in the 887. The 1939 is pin-for-pin compatible, and was a drop-in replacement in the circuit board. After mak ... |
Topic: Need help with Pic16F877 Modbus communication |
RVaughn13
Replies: 3
Views: 6114
|
Forum: General CCS C Discussion Posted: Sat Sep 25, 2010 10:02 am Subject: Need help with Pic16F877 Modbus communication |
Have you checked the modbus examples in the ex_modbus_master.c (in the examples directory under the PICC software installation)? I believe there are 2 or 3 examples of using modbus.
I have several mo ... |
Topic: Calendar calculations |
RVaughn13
Replies: 4
Views: 5601
|
Forum: General CCS C Discussion Posted: Sat Mar 14, 2009 8:32 pm Subject: Day of Week Infomation |
Hi,
I have included a link that will give you more information about day-of-week calculations, if you still need it.
Hope this helps!
Rick
http://www.e-sys.us/Files%20and%20Pictures/es003.PDF |
Topic: Email Body Size Limit? |
RVaughn13
Replies: 0
Views: 2971
|
Forum: General CCS C Discussion Posted: Mon May 12, 2008 9:59 pm Subject: Email Body Size Limit? |
I have an application that requires the creation of an email to report daily status updates. I am working with the PIC18F67J60 controller using the example code supplied by CCS for sending email. I ha ... |
Topic: Email Authentication |
RVaughn13
Replies: 1
Views: 3461
|
Forum: General CCS C Discussion Posted: Sat Mar 29, 2008 4:59 am Subject: Email Authentication |
Hi everyone, I am using the 3.3v Ethernet Controller development kit. I have a project that requires a daily status sent via email. I have used embedded controllers for years, but never connected to t ... |
Topic: PS2 KEYBOARD |
RVaughn13
Replies: 4
Views: 10315
|
Forum: General CCS C Discussion Posted: Fri Feb 10, 2006 6:18 pm Subject: PS2 Keyboard |
Hi,
There are other ways to pass information to your PS2 port (if you only want to detect a button press or switch closure). There are many different types of PS2 keyboard emulators used by the MAME ... |
Topic: crc |
RVaughn13
Replies: 3
Views: 6619
|
Forum: General CCS C Discussion Posted: Thu Feb 09, 2006 4:30 pm Subject: CRC Question |
Hi,
I have a short code example in C for generating CRC's. Use the following link to download (in pdf format). The file name is "ES001" at the following link: http://www.eagle-systems.net/download.ht ... |
|