Skip to content

Commit 618217c

Browse files
authored
Merge pull request #2 from lucidcode/feature/baud-rate
Change baud rate to 115200
2 parents 22f572e + 23d1310 commit 618217c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ESP-SPO2/PluginHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

ESP-SPO2/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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")]

Installer/Lucid Scribe ESP-SPO2.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,15 +411,15 @@
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"

0 commit comments

Comments
 (0)