July 24th, 1999, 09:53 AM
Someone can help me useing MScomm to send byte data (as &h01) to a single-chip microcomputer(intel 8098) throuth serials port.
|
Click to See Complete Forum and Search --> : how to use MScomm sending byte data July 24th, 1999, 09:53 AM Someone can help me useing MScomm to send byte data (as &h01) to a single-chip microcomputer(intel 8098) throuth serials port. mirage July 26th, 1999, 09:22 AM I am working with the MSComm control in VFP not VB, however, the best documentation for it that I have found is at: www.yes-tele.com At this site, you will need to make about two choices and then you will be at the MSComm documentation. This documentation will talk about the settings for the control and what settings you need to send binary vs. text data. Another piece that helped me; you may reach a point when it seems as though your program is running the code faster than it is getting all info. back from the control,...it is. Look for something in VB that will slow your code down. In VFP I use something like: WAIT WINDOW 'commandx' TIMEOUT 2 Hope this helps. mirage Lothar Haensler July 26th, 1999, 09:41 AM Are you sure, that that URL you posted is OK? I tried all sort of addresses to no avail. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |