OOPic-R

JumpyNET

Centurion
Joined
Apr 4, 2005
Messages
196
Is it possible to make a VB.NET program that communicates with an OOPic-R microprocessor? :confused: I would like to be able to read data from it and send commands to it. The OOPic has an RS232 Serial Port. Has anyone of you had any experience with it.
 
you'll first need to know the pinconfiguration of your board your µC is placed on, for example it uses port A as input and its connect to pin 3,4 5 and 6.
use the CRS232 module (google) to connect and use your serial com port.
 
Back
Top