Search found 6 matches
- Sat Oct 03, 2009 5:26 am
- Forum: General / Misc
- Topic: reading eeprom ??
- Replies: 2
- Views: 3616
Re: reading eeprom ??
Hello You must read and write the EEPROM a byte at a time. The Flowcode component macros will allow you to read a byte when you specify the address and write a byte when you specify the address and the data to be written. If you need to collect an array of bytes than you can do this by creating a s...
- Fri Oct 02, 2009 8:18 am
- Forum: General / Misc
- Topic: reading eeprom ??
- Replies: 2
- Views: 3616
reading eeprom ??
hi guy's and gals, im trying to read an internal eeprom in pic , have i set up a read macro for this but can i read a range of bytes or have i got to read bit by bit ?? i stored a string of bytes in eeprom and want to display them on the lcd
thanks
thanks
- Wed Jan 31, 2007 12:24 am
- Forum: Flowcode V2 & V3
- Topic: please help me!!
- Replies: 8
- Views: 9176
settings?
hi ! mark you said you had no problems with picstart plus what settings have you changed? and did you compile it with flowcode or mpasmwin??
thanks !
Richard..
thanks !
Richard..
- Tue Jan 30, 2007 1:54 am
- Forum: Flowcode V2 & V3
- Topic: please help me!!
- Replies: 8
- Views: 9176
another question?
hi! steve, how do i compile/assemble the flowcode as i got mpasmwin and picstart plus programmer thanks again Richard.. sorry i meant to say that i programmed the chip with the re-sulting hex file that flowcode gave me and imported it into mplab IDE and programed it that way but the chip do not work...
- Mon Jan 29, 2007 5:03 pm
- Forum: Flowcode V2 & V3
- Topic: please help me!!
- Replies: 8
- Views: 9176
thanks
thanks for your quick reply i will have a go at it tonight and let you know how i get on thanks again..
- Sun Jan 28, 2007 12:22 pm
- Forum: Flowcode V2 & V3
- Topic: please help me!!
- Replies: 8
- Views: 9176
please help me!!
hi! another newbie...lol..let me just thanks you guys for bringing out a great software(flowcode) i got the new v3 full version and im still learning lol.i'm trying to get the pic16f627 to read a 8bit code on portA input and display it on a LCD(portB) in hex format! is this possible ? the readout it...