Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chunmingwang authored Dec 4, 2024
1 parent a1b9b62 commit 3d318a9
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 193 deletions.
4 changes: 1 addition & 3 deletions SerialPort.bas
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#pragma once
' SerialPort 串口
' SerialPort 串口
' Copyright (c) 2022 CM.Wang
' Freeware. Use at your own risk.


#include once "SerialPort.bi"

Constructor SerialPort
Expand Down
5 changes: 3 additions & 2 deletions SerialPort.bi
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#pragma once
' SerialPort 串口
' SerialPort 串口
' Copyright (c) 2022 CM.Wang
' Freeware. Use at your own risk.

Expand All @@ -8,6 +7,8 @@
'https://learn.microsoft.com/en-us/windows/desktop/api/winbase/ns-winbase-dcb
'https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getcommmodemstatus

#pragma once

#include once "vbcompat.bi"
#include once "win/winbase.bi"
#include once "../MDINotepad/Text.bi"
Expand Down
Binary file added SerialPort.ico
Binary file not shown.
5 changes: 3 additions & 2 deletions SerialPort.rc
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
1 24 "Manifest.xml"
1 ICON ".\SerialPort.ico"

#define APP_TITLE_STR "SerialPort\0"
#define VER_FILEDESCRIPTION_STR "SerialPort\0"

#define VER_FILEVERSION 0,0,0,417
#define VER_FILEVERSION_STR "0.0.0.417\0"
#define VER_FILEVERSION 0,0,0,456
#define VER_FILEVERSION_STR "0.0.0.456\0"

#define VER_LEGALCOPYRIGHT_STR "Cm.Wang\0"

Expand Down
3 changes: 2 additions & 1 deletion SerialPort.vfp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
File=SerialPort.bi
*File=frmSerialPort.frm
File=SerialPort.bas
File=SerialPort.rc
ProjectType=0
Subsystem=2
ProjectName=""
Expand All @@ -11,7 +12,7 @@ OpenProjectAsFolder=false
MajorVersion=0
MinorVersion=0
RevisionVersion=0
BuildVersion=417
BuildVersion=456
AutoIncrementVersion=false
ApplicationTitle="SerialPort"
ApplicationIcon=""
Expand Down
Loading

0 comments on commit 3d318a9

Please sign in to comment.