victoryhighway2
Programmer
Hello,
I'm pretty new to VB2005 and the .NET world in general. I'm trying to write a VB app that uses the serial port to communicate with a hardware device. I'm trying to use the new System.IO.Ports.SerialPort class. I don't want to have to mess with using a COM component through Interop.
I'm having a little bit of difficulty. I can send data through but not recieve. I'm running a serial port monitor application that intercepts all serial traffic between the PC and the device, and it is indicating that the proper response is coming back from the device, but my application is not seeing it.
Is there anyone familiar with this topic that can help me out?
Thanks,
Geoffrey
I'm pretty new to VB2005 and the .NET world in general. I'm trying to write a VB app that uses the serial port to communicate with a hardware device. I'm trying to use the new System.IO.Ports.SerialPort class. I don't want to have to mess with using a COM component through Interop.
I'm having a little bit of difficulty. I can send data through but not recieve. I'm running a serial port monitor application that intercepts all serial traffic between the PC and the device, and it is indicating that the proper response is coming back from the device, but my application is not seeing it.
Is there anyone familiar with this topic that can help me out?
Thanks,
Geoffrey