Help with "serial.new1"

dEsko

New Member
Hi,

I just tried a very simple program:
=====================================
Sub Globals
'Declare the global variables here.
End Sub

Sub App_Start
'Form1.Show
Serial.New1
End Sub
=====================================

Unfortunately, when I try to compile... it pops-up an Error message:

"
Error compiling program.
Error description: serial is not a known control or object.
Occured on line: 8.
Serial.New1"

Any idea why this happens ?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…