i tring to send print command through VB using mscomm control it working fine but it throw error:
'4 line clode is below
MSComm1.CommPort = 1
MSComm1.Settings = "9600 ,N,8,1"
MSComm1.PortOpen = False
MSComm1.Output = "String to hardware"
Error: (8015) Could not set comm state, there may be one or more invalid communications parameters.