Hello Guest it is April 16, 2024, 01:46:47 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CET

Pages: 1
1
FAQs / sendserial to virtual serial port
« on: August 11, 2008, 11:14:32 AM »
I'm using a Microchip PIC 18f4550 microcontroller to create a virtual serial port.  Basically, you plug the microcontroller into a USB port of a computer and the computer thinks it is looking at a com port.  I'm trying to send a string to the microcontroller using the sendstring("my string here") function in the VB editor, but the microcontroller is only only able to capture the first character of the string.  The serial output in Mach is set up as instructed by Microchip.  I am able to capture the entire string using Microsoft's Hyperterminal, so I know the microcontroller works.  I'm using Mach3 version 2.56.

Any suggestions?  Thanks.

CET

Pages: 1