File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public static Boolean Initialize()
5454
5555 // Open the COM port
5656 serialPort = new SerialPort ( formPort . SelectedPort ) ;
57- serialPort . BaudRate = 9600 ;
57+ serialPort . BaudRate = 115200 ;
5858 serialPort . Parity = Parity . None ;
5959 //serialPort.DataBits = 8;
6060 //serialPort.StopBits = StopBits.One;
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.1 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.1 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.0.2 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.0.2 .0" ) ]
Original file line number Diff line number Diff line change 411411 {
412412 "Name" = "8:Microsoft Visual Studio"
413413 "ProductName" = "8:Lucid Scribe ESP-SPO2"
414- "ProductCode" = "8:{318E84D7-A6D3-49DE-918F-AD08571CE1E6 }"
415- "PackageCode" = "8:{ACAB95E7-CDBC-42D6-A7C9-FE115AAC9007 }"
414+ "ProductCode" = "8:{1F84869D-F07C-4344-A3D6-0F4171E430B1 }"
415+ "PackageCode" = "8:{47E006A4-AA06-4B22-804B-42DA5D538904 }"
416416 "UpgradeCode" = "8:{59032C20-F059-4DA7-8D8B-462C04007A63}"
417417 "AspNetVersion" = "8:4.0.30319.0"
418418 "RestartWWWService" = "11:FALSE"
419419 "RemovePreviousVersions" = "11:TRUE"
420420 "DetectNewerInstalledVersion" = "11:TRUE"
421421 "InstallAllUsers" = "11:TRUE"
422- "ProductVersion" = "8:1.0.1 "
422+ "ProductVersion" = "8:1.0.2 "
423423 "Manufacturer" = "8:lucidcode"
424424 "ARPHELPTELEPHONE" = "8:"
425425 "ARPHELPLINK" = "8:http://www.lucid-code.com/Support"
You can’t perform that action at this time.
0 commit comments