answersLogoWhite

0

The answer depends on the question...

If the question asks if you can write programs for the PIC 16C77 in C, then you can, so long as you have an appropriate C compiler and set of libraries in the development system that you bought for the PIC.

If the question asks if you can change the programmed code of a PIC 16C77 using C, then the answer is yes and no. You need a hardware programming device to write your program to the PIC's EEPROM. That hardware device can be programmed in C.

In all probability, however, it seems that the interpretation of the question is the first one, the answer, again, based simply on availability of an appropriate compiler and library.

The reason for the "complexity" in this answer is that "programming" means two different things. One is to write application code, and the other is to "program" the device (write to its EEPROM) with said application code; and the question did not specify which.

User Avatar

Wiki User

13y ago

What else can I help you with?