Jan 11, 2004 #1 lingyi Programmer Apr 11, 2001 65 SG Hi, Is it possible to set the baud rate for comm port using Open statement? Thanks.
Jan 11, 2004 #2 SonOfEmidec1100 Technical User Aug 12, 2001 965 AU Never used it, but I found this is MSDN MSComm1.Settings = "28800,N,8,1" MSComm1.InputLen = 1 MSComm1.CommPort = 2 MSComm1.PortOpen = True Upvote 0 Downvote
Never used it, but I found this is MSDN MSComm1.Settings = "28800,N,8,1" MSComm1.InputLen = 1 MSComm1.CommPort = 2 MSComm1.PortOpen = True