Author |
Message |
Topic: serial port read |
paul_dean
Replies: 5
Views: 8706
|
Forum: General CCS C Discussion Posted: Tue Feb 05, 2013 6:12 am Subject: serial port read |
i have a contact less card reader, when the device is connected to the USB port of the PC directly, the serial monitor shows the number as above. I do not want to connect this device to the PC, i woul ... |
Topic: serial port read |
paul_dean
Replies: 5
Views: 8706
|
Forum: General CCS C Discussion Posted: Tue Feb 05, 2013 3:24 am Subject: serial port read |
i would like to scan a card, read this data in through 1 serial port of the PIC and print it out to the PC from another serial port.
When the card is scanned it displays the following number on th ... |
Topic: Reading/Writing string to external EEPROM |
paul_dean
Replies: 6
Views: 14156
|
Forum: General CCS C Discussion Posted: Fri Jan 25, 2013 3:24 am Subject: Reading/Writing string to external EEPROM |
Ok thanks alot guys. |
Topic: Reading/Writing string to external EEPROM |
paul_dean
Replies: 6
Views: 14156
|
Forum: General CCS C Discussion Posted: Fri Jan 25, 2013 12:38 am Subject: Reading/Writing string to external EEPROM |
In that case hello world is a string created by the programmer, but in my case I am reading in a random array of numbers. Thanks in advance. |
Topic: Reading/Writing string to external EEPROM |
paul_dean
Replies: 6
Views: 14156
|
Forum: General CCS C Discussion Posted: Fri Jan 25, 2013 12:30 am Subject: Reading/Writing string to external EEPROM |
Thanks for that link. However the number I am reading in is just an array of numbers, how do I create a string? |
Topic: Reading/Writing string to external EEPROM |
paul_dean
Replies: 6
Views: 14156
|
Forum: General CCS C Discussion Posted: Thu Jan 24, 2013 6:53 am Subject: Reading/Writing string to external EEPROM |
I am reading a 24 character number from the serial port. I would like to store this number to an external EEPROM. I do know how to read and write 256 byte numbers to eeprom, however I do not know how ... |
|