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?
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?
PIC16F877A has a serial port
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