Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Read and Write binary-Serial Port
Name: sanjay_22282 Date: June 30, 2006 at 23:49:57 Pacific OS: XP CPU/Ram: 512
Comment:
Hi, With Serial COM Port I want to upload data or Read and Write data to SQL Database from Attendance Machine through Serial Communication Cable.I will be very thankfull to you If you can send me Code Snippet for this in VB.NET.Also any free downloadable tool available for the same.
Summary: Dim FileData As String Open "c:\file.txt" For Binary Access Read As #1 FileData = Space(LOF(1)) Get 1, , FileData Close #1 That'll read. Open "c:\text1.txt" For Binary Access Write As #1 P...
Summary: Hi there I need to know how to read and write the disk sectors for a disk in win32 with c/c++. What is the API function and how to use it ? if you have an example,please provide me. Thanks very much, ...
Summary: I have a device connected to the Serial Port and i wish to extract it's readings into a C Program. I have written a program to read and display the Serial Port Output but it gives out Garbage. Is ther...