hello,
i got problem with programing for K8045:
when i tried to import the visual basic 6 source files to visual basic 2008 (free version), i got errors:
Screenshot
i am very beginner on programing and i dont know how to program the communication between the computer to the K8045
can you please send me a correct source for visual basic 2008?
i am adding the source files.
source files (that i imported to vb 2008): 2shared.com/file/xOxUsFy0/Project1NET.html
thx , man1919.
Sorry, we have no experience with VB2008.
Maybe other forum users?
You will not be able to convert that project to Visual Basic 2008.
But, try to understand how the Visual Basic 6 source code works, it’s actually pretty simple. The Visual Basic 6 project uses an ActiveX component to communicate with the serial port because in those days there were no alternatives. Today, communication with the serial port in VB.NET is easily done with the SerialPort class. Read some tutorials on the internet on how to use that class and then use it to send commands to your K8045.
Good luck!
yes i know, there are many tutorials that learns you VB from the basics, but can you give me some samples?
i mean some samples file: a very basic form with one text line and one “send” button.
so i can look on the source code and learn how the “SerialPort class” working.
thx , man1919.
somebody?
i saw some tutorials, but still i cant understand how to use the SerialPort class on Visual basic 2008.
i just want a sample to understand how it working.
thx , man1919.