Programming a PIC 16F886 on a FR28 I/O board

  • Thread starter Thread starter oelias
  • Start date Start date
  • Tags Tags
    Board Programming
AI Thread Summary
To program the PIC on the FR28 I/O board, users need to establish a communication link with the board, which requires connecting it to a computer via an RS232 cable. Once powered with 12V, the board can be programmed using MPLAB or C. For communication, terminal emulation software is recommended: Minicom or Kermit for Linux users, and HyperTerminal or similar for Windows users. It's also suggested to contact the seller for the PIC firmware, which may not have been included with the purchase. Additionally, resources for PC software compatible with the board can be found online.
oelias
Messages
1
Reaction score
0
I need help in programming a pic on a FR28 I/O board that i bought off of ebay. no software came with it, only pdf's. Essentially i want to hook up sensors (Thermocouple, ph, photon) and have the pic store the data (using flash mem). the data stored will later be uploaded to a computer.

the board needs 12v and can be hooked up to a cpu with RS232 cable. i have hooked it up and supplied the power, but i don't have an idea how to communicate with the board. I know i can use mplab or c to program the pic, but how do i get the computer to read the hardware.

i have uploaded info about the board.

any advise, tips or help will be appreciated

thx
 

Attachments

Technology news on Phys.org
oelias said:
but i don't have an idea how to communicate with the board. I know i can use mplab or c to program the pic
You have to set up a link over hardware to talk to the pic so that you can flash it. If you're using linux, minicomm/kermit
On windows, hyperterminal (or some free terminal emulation software).
tutorial
 
Last edited:
Hi,
ask the seller for the PIC firmware. It should arrive with the board or send by e-mail. A PC sofware could be found in http://cgi.ebay.ca/FR88-RS232-Relay-Board-8-In%2F8-Out-Robot-VB-LabVIEW_W0QQitemZ110469872841QQcmdZViewItemQQimsxZ20091214?IMSfp=TL091214215001r675

Sergio
 
Last edited by a moderator:
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top