Hi All,
In my application, I am trying to read the GPIO pins status in my SBC(Single Board Computer) and perform a series of actions based on the its pins status.
In VB.NET for "SerialPort" control there is an event "SerialPort1_DataReceived" which gets raised whenever serial data is received in the serial port.
Is there any way, I can create a event similar to "SerialPort1_DataReceived", something like "GPIO_PinStatusChanged" which gets raised when GPIO pin status changes, so that I can perform a series of actions based on the GPIO pin status.
The SBC provider has given a DLL and a series of DLL calls to set the GPIO pins direction and its status.
Thanks in Advance,
Regards,
Susheelss.
In my application, I am trying to read the GPIO pins status in my SBC(Single Board Computer) and perform a series of actions based on the its pins status.
In VB.NET for "SerialPort" control there is an event "SerialPort1_DataReceived" which gets raised whenever serial data is received in the serial port.
Is there any way, I can create a event similar to "SerialPort1_DataReceived", something like "GPIO_PinStatusChanged" which gets raised when GPIO pin status changes, so that I can perform a series of actions based on the GPIO pin status.
The SBC provider has given a DLL and a series of DLL calls to set the GPIO pins direction and its status.
Thanks in Advance,
Regards,
Susheelss.