pratiken
Newbie level 5
- Joined
- Mar 13, 2014
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 85
Hi guys
I have a device using a PIC18F2550 and runs a USB/RS232 emulator.
I can connect to the device AND control it perfectly fine with Putty or Hyperterminal.
Now I'm trying to build a VB.NET app that also connects to the device and sends it data.
However, I've built multiple VB apps based on different Serial Com tutorials and they all react the same way. The device only reads back the first character of the command I send it.
For example:
if I type
"Command 1"
The read back is
"C"
I have a feeling this is an issue with the PIC as different VB.NET Serial programs give the same results.
Is there something specific I should look for in the PIC's firmware to solve this?
Thanks for the help!
I have a device using a PIC18F2550 and runs a USB/RS232 emulator.
I can connect to the device AND control it perfectly fine with Putty or Hyperterminal.
Now I'm trying to build a VB.NET app that also connects to the device and sends it data.
However, I've built multiple VB apps based on different Serial Com tutorials and they all react the same way. The device only reads back the first character of the command I send it.
For example:
if I type
"Command 1"
The read back is
"C"
I have a feeling this is an issue with the PIC as different VB.NET Serial programs give the same results.
Is there something specific I should look for in the PIC's firmware to solve this?
Thanks for the help!
Last edited: