hi all
i wanna write a code in c that read the serial port text from file location data and write it to the connected end means into switch. so how can i do this pl z tell me.
I made a connection through COM1 and what i have to do please suggest me
User Profile
Collapse
-
Need Help in Serial port Communication
-
Option Explicit
Private Sub Form_Load()
dlgOpenFile.Ini tDir = App.Path
dlgOpenFile.Fil ter = "Text Files (*.txt)|*.txt|A ll Files (*.*)|*.*"
dlgOpenFile.Fil terIndex = 1
dlgOpenFile.Dia logTitle = "Open File"
dlgOpenFile.Fla gs = _
cdlOFNFileMustE xist + _
cdlOFNHideReadO nly + _
cdlOFNLongNames + _
cdlOFNExplorer... -
plz send the the code as per above discussion.
code for open a fileLeave a comment:
No activity results to display
Show More
Leave a comment: