Author |
Message |
Topic: ADS1115 problem |
LostInSpace
Replies: 16
Views: 46290
|
Forum: General CCS C Discussion Posted: Sat Mar 14, 2020 12:05 am Subject: ADS1115 problem |
There is some chatter on the web that this part requires 'repeated-start' I2C commands instead of 'Stop' then 'Start' to work correctly. Might be worth looking into. Hope this helps. |
Topic: Is the wizard as brain damaged as it seems? |
LostInSpace
Replies: 7
Views: 8166
|
Forum: General CCS C Discussion Posted: Wed Dec 29, 2010 11:49 pm Subject: Is the wizard as brain damaged as it seems? |
>>>it would be nice if this kind of stuff were documented somewhere, but I'm not seeing it.
I have been using this product since 1994 (BBS Days then) - Everyone since, has asked for this - ... |
Topic: PIC 16F648A Oscillator not starting..... |
LostInSpace
Replies: 4
Views: 11572
|
Forum: General CCS C Discussion Posted: Wed Jun 09, 2010 1:39 pm Subject: PIC 16F648A Oscillator not starting..... |
I agree with PCM - it looks like grounding.
To test this remove the two 22pf caps and solder them on the backside of the board from each side of the crystal directly to the ground pin on the PIC.
... |
Topic: PCWHD and logicport conflict |
LostInSpace
Replies: 3
Views: 6115
|
Forum: General CCS C Discussion Posted: Mon Apr 05, 2010 11:02 pm Subject: PCWHD and logicport conflict |
I run the same setup. The LogicPort is programmed correctly and plays nicely with any other FTDI device. The ICD is programmed incorrectly and only looks for the first FTDI device it finds (which will ... |
Topic: Using two different sets of pins at runtime with one UART |
LostInSpace
Replies: 7
Views: 7805
|
Forum: General CCS C Discussion Posted: Wed Mar 31, 2010 7:55 am Subject: Using two different sets of pins at runtime with one UART |
The pin remapping idea is really good.
On a project where I used the single hardware UART I had, and needed to connect to a Modem or a RS232 port for communication I switched the pins to both devi ... |
Topic: Free PCB's..... |
LostInSpace
Replies: 1
Views: 2857
|
Forum: General CCS C Discussion Posted: Mon Mar 29, 2010 9:12 pm Subject: Free PCB's..... |
You are a nice bloke to share!
:-)
Steve H. |
Topic: How to use Visual C#? |
LostInSpace
Replies: 6
Views: 5808
|
Forum: General CCS C Discussion Posted: Thu Mar 25, 2010 6:35 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. |
Topic: connect pic to vb |
LostInSpace
Replies: 5
Views: 5511
|
Forum: General CCS C Discussion Posted: Thu Mar 25, 2010 6:33 pm Subject: connect pic to vb |
OK I see that the webarchive did not archive the source code. I have that code- if you want it you can go to my website: analoghome dot com and hit the link to send me an email - I'll send it to you. |
Topic: connect pic to vb |
LostInSpace
Replies: 5
Views: 5511
|
Forum: General CCS C Discussion Posted: Thu Mar 25, 2010 6:29 pm Subject: connect pic to vb |
A complete PIC application can be found here. You can search for VB code to talk to a serial port.
http://web.archive.org/web/20040603205840/www.geocities.com/hagtronics/pic_das/index.html
HTH - ... |
Topic: How to disable the FWDTEN? |
LostInSpace
Replies: 3
Views: 5287
|
Forum: General CCS C Discussion Posted: Wed Mar 17, 2010 7:53 am Subject: How to disable the FWDTEN? |
The WinPic programmer is probably not programming the fuse bits correctly. You should contact them.
You can also run tests to see if this is true - program the device with the NOWDT. Burn the bits ... |
Topic: #DEVICE ADC = 10-Can not change device type this far into |
LostInSpace
Replies: 4
Views: 20431
|
Forum: General CCS C Discussion Posted: Wed Mar 10, 2010 12:13 am Subject: #DEVICE ADC = 10-Can not change device type this far into |
The downside of changing supplied .h files is that with a new compiler install you will overwrite your modifications and your code may not work as expected. Or another programmer might not get your mo ... |
Topic: PCD - worth it? |
LostInSpace
Replies: 7
Views: 8406
|
Forum: General CCS C Discussion Posted: Tue Mar 09, 2010 8:27 pm Subject: PCD - worth it? |
newguy - Oh man I feel your pain! The only good thing about the "churn" out here on the west coast is that no company lasts for more than 5 years anyway - so no worries on support!
Hang ... |
Topic: I am sick of errors with PCD after version 4.099 |
LostInSpace
Replies: 6
Views: 7290
|
Forum: General CCS C Discussion Posted: Tue Mar 09, 2010 4:58 pm Subject: I am sick of errors with PCD after version 4.099 |
Well - they do introduce errors, but as has been my experience also they (CCS) do respond to serious errors pretty fast. |
|