2012-09-08, 21:35:21
(This post was last modified: 2012-12-25, 17:13:14 by Mikael Gustavsson.)
I am using MPLAB X. I just downloaded it. I just downloaded a new copy of the DS30 Loader.
I am using the CCS C compiler ver 4.042. I am now using a PIC16F88 at 5 volts with the max3222 RS232 chip.
Here is a zip file of everything you requested.
The only thing I changed were the user_code.inc To use the internal 8 mhz osc. I do not need to make the pins digital, so I commented that out.
In Settings.inc
LIST P=16F88
#define FOSC 8000000 ;xxx
#define BAUDRATE 19200
__CONFIG _CONFIG1, _DEBUG_OFF & _INTRC_IO & _WDT_OFF & _PWRTE_OFF & _MCLR_ON & _BODEN_OFF & _LVP_OFF
__CONFIG _CONFIG2, _IESO_OFF & _FCMEN_OFF
RS232_F88.zip (Size: 133.29 KB / Downloads: 12)
I am using the CCS C compiler ver 4.042. I am now using a PIC16F88 at 5 volts with the max3222 RS232 chip.
Here is a zip file of everything you requested.
The only thing I changed were the user_code.inc To use the internal 8 mhz osc. I do not need to make the pins digital, so I commented that out.
In Settings.inc
LIST P=16F88
#define FOSC 8000000 ;xxx
#define BAUDRATE 19200
__CONFIG _CONFIG1, _DEBUG_OFF & _INTRC_IO & _WDT_OFF & _PWRTE_OFF & _MCLR_ON & _BODEN_OFF & _LVP_OFF
__CONFIG _CONFIG2, _IESO_OFF & _FCMEN_OFF
RS232_F88.zip (Size: 133.29 KB / Downloads: 12)