-5

I had a board with a microcontroller(PIC16F877A) in it connected to the PC using LAN cable(RJ45).

I need to write the Java code to connect the board to the java application and get some data from the board. How can I do it?

ΦXocę 웃 Пepeúpa ツ
  • 47,427
  • 17
  • 69
  • 97

1 Answers1

0

PIC16F877A has a serial port enter image description here you will need a RS232 for the PIC and on the pc a java application, for the java part you can use the RxTxComm library some guy handle to do a handshake here

Community
  • 1
  • 1
ΦXocę 웃 Пepeúpa ツ
  • 47,427
  • 17
  • 69
  • 97