Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Visual Basic MScomm / 8051 assemble
Name: dave Date: December 4, 2003 at 19:10:05 Pacific OS: win98 2nd edition CPU/Ram: 128
Comment:
I am looking for visual basic PC code and for 8051 assembler microcontroller code to facilitate rs232 serial communication to and from PC and 8051 8 bit micro controller with built in serial port (ds87c520).
Plan is to use 10 bit async (1 start, 8 data, 1 stop) @9600 baud, no parity.
Having trouble finding visual basic (VB6) code for PC and corresponding assembler code for 8051.
Name: elric Date: December 5, 2003 at 05:09:36 Pacific
Reply:
G'day,
A good source of 8051/ 8052 code is: www.8052.com For both look at lvr.com There are a number of VB DLLs around that will allow you to use the COM ports and others.. Good luck, Elric
0
Response Number 2
Name: Stuart Date: December 5, 2003 at 15:40:11 Pacific
Reply:
Visual Basic comes with its own perfectly good Communications Control. MSComm32.OCX.
Just plug it in and away you go. All the hard work is done for you. All you have to do is read the instructions.
Summary: I need to write a program in Visual Basic. When a user calls the computer they can access information off the computer thru an ordinary phone. I started writing a program using the MSComm Object. T...
Summary: I have developed a code for communicating with a terminal through serial port in visual basic 6.0 using the mscomm control. my problem is that I have to set the serial port parameters i.e settings and...
Summary: Dear who reads this? I am very good at Visual Basic 6 And I heard that Device drivers can be written in VB6, Example: Like my Scanner driver "port: LPT1" was written in VB6, Now I know you can use MSC...