Author |
Message |
Topic: Timed Serial Bootloader |
GegFord
Replies: 5
Views: 14544
|
Forum: General CCS C Discussion Posted: Fri Jan 03, 2020 9:21 am Subject: Timed Serial Bootloader |
Well, I'll go to the foot of our stairs - it works!!
I found a bootloader written by Martin Dubuc. He supplies specific 18F device bootloader hex files (including the 18F1320) and some test code. ... |
Topic: Timed Serial Bootloader |
GegFord
Replies: 5
Views: 14544
|
Forum: General CCS C Discussion Posted: Thu Jan 02, 2020 1:48 pm Subject: Timed Serial Bootloader |
Hello Andrew,
The PIC is located at the back of the house. We live off-grid. The PIC is monitoring and logging the kWh from the PV panels that we have, and the inverter/12V LED lighting usage etc. It ... |
Topic: Timed Serial Bootloader |
GegFord
Replies: 5
Views: 14544
|
Forum: General CCS C Discussion Posted: Thu Jan 02, 2020 8:18 am Subject: Timed Serial Bootloader |
PIC 18F1320
I realised last week that insofar as I'm successfully transmitting and receiving "RS232-like" data over a BT link using an HC-05 (Using both an Android app and a Delphi applic ... |
Topic: 18F1320 PortB direct addressing |
GegFord
Replies: 2
Views: 9509
|
Forum: General CCS C Discussion Posted: Tue Dec 17, 2019 5:32 am Subject: 18F1320 PortB direct addressing |
Wow! That's fantastic. I'll give it a try, Thanks ever so much. |
Topic: 18F1320 PortB direct addressing |
GegFord
Replies: 2
Views: 9509
|
Forum: General CCS C Discussion Posted: Mon Dec 16, 2019 7:43 am Subject: 18F1320 PortB direct addressing |
In the past I successfully completed numerous projects using the 16F876. I declared Port B like this:
#Byte PortB = 0x06
That was fine, never had any problems.
I'm now working with an 18F132 ... |
|