Hi T,You can view this revision number in IPE output window. After connecting to PIC last two lines are something like :
Target device PIC12F1822 found.
Device ID Revision = 9
In your case there are of course different numbers.
Hi T,You can view this revision number in IPE output window. After connecting to PIC last two lines are something like :
Target device PIC12F1822 found.
Device ID Revision = 9
In your case there are of course different numbers.
Hi T,I try figure out why slave sends dummy buffer content after each two bytes transmitted by master. It will take a while, maybe some other with more confident with Oshonsoft BASIC will answer faster.
Hi L,I assume that the "C" program is basically a text file. If so then just make a copy of the file and then change it's extension to .txt (From what was probably .c)
Les.
Hi E,hi C,
Try using mybasic.bas.txt to upload.
The reader then just deletes the .txt extension.
E
Hi E,hi C,
Do you mean a numeric value rather than an ASCII string value.?
E
Hi L,Try using code tags. Select all of the text in notepad, Then copy the text using either right mouse click and select copy from the drop down box OR copy it using control + c keys. Then paste it into between the code tags using control + v keys.
Les.
Hi E,hi C,
The SPI transfer does not care what the single Byte type is, it is a Bit by Bit transfer exchange of 8 Bits.
Are you having a SPI xfer problem.?
E
This points to revision B5 and there i don't see any hardware problems affecting your design (There are some related to UART but have workarounds).Device ID Revision = 0000000c
Hi T,This points to revision B5 and there i don't see any hardware problems affecting your design (There are some related to UART but have workarounds).
Good to hear you sorted out SPI problemsIt will be interesting to me compare old and new code for future references.
Hi ,hi C,
The SPI transfer does not care what the single Byte type is, it is a Bit by Bit transfer exchange of 8 Bits.
Are you having a SPI xfer problem.?
E