Click here to Skip to main content
15,929,721 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.NET SQL Error Pin
Rupesh Kumar Swami10-Feb-09 1:48
Rupesh Kumar Swami10-Feb-09 1:48 
GeneralRe: VB.NET SQL Error Pin
Shrimpersfan10-Feb-09 1:50
Shrimpersfan10-Feb-09 1:50 
GeneralRe: VB.NET SQL Error Pin
Rupesh Kumar Swami10-Feb-09 1:58
Rupesh Kumar Swami10-Feb-09 1:58 
GeneralRe: VB.NET SQL Error Pin
Shrimpersfan10-Feb-09 3:19
Shrimpersfan10-Feb-09 3:19 
QuestionSerialport data save to file Pin
Quin Nee9-Feb-09 22:40
Quin Nee9-Feb-09 22:40 
AnswerRe: Serialport data save to file Pin
Dave Kreskowiak10-Feb-09 5:32
mveDave Kreskowiak10-Feb-09 5:32 
GeneralRe: Serialport data save to file Pin
Quin Nee16-Feb-09 3:10
Quin Nee16-Feb-09 3:10 
GeneralRe: Serialport data save to file Pin
Dave Kreskowiak16-Feb-09 12:07
mveDave Kreskowiak16-Feb-09 12:07 
Quin Nee wrote:
Is it possible to recognise the type of data cming in?


Only if you write something to parse the data you've received.


Quin Nee wrote:
I want to read the data from each node and save it into different files like the MAC add of each node.


This is only possible if the data you're getting contains that information. If not, there's no way to tell where it came from.

Quin Nee wrote:
So far most of what I read about serial comms is just reading character or data


And that's all serial comm is, reading and writing character data.


Quin Nee wrote:
Btw, please take a look at my codes and inform me if there are any better methods of doing it.


I can't tell you that because it depends on your requirements, situation, hardware, data your getting and if you want two way communication. What you have now just writes everything to a file, but doesn't have anything to parse the data you're getting nor handle cases where you haven't received enough data yet to parse a command.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Serialport data save to file Pin
Quin Nee18-Feb-09 9:48
Quin Nee18-Feb-09 9:48 
QuestionPopup box Pin
carrigart9-Feb-09 20:23
carrigart9-Feb-09 20:23 
AnswerRe: Popup box Pin
Rupesh Kumar Swami9-Feb-09 20:49
Rupesh Kumar Swami9-Feb-09 20:49 
GeneralRe: Popup box Pin
carrigart9-Feb-09 22:37
carrigart9-Feb-09 22:37 
GeneralRe: Popup box Pin
Dave Kreskowiak10-Feb-09 1:57
mveDave Kreskowiak10-Feb-09 1:57 
GeneralRe: Popup box Pin
carrigart10-Feb-09 21:57
carrigart10-Feb-09 21:57 
GeneralRe: Popup box Pin
Dave Kreskowiak11-Feb-09 1:28
mveDave Kreskowiak11-Feb-09 1:28 
QuestionAdd all files under a particular folder and subfolders to listbox [modified] using VB.Net Pin
SankarKonagalla9-Feb-09 19:24
SankarKonagalla9-Feb-09 19:24 
AnswerRe: Add all files under a particular folder and subfolders to listbox [modified] using VB.Net Pin
Rupesh Kumar Swami9-Feb-09 20:54
Rupesh Kumar Swami9-Feb-09 20:54 
Questionhow do i get the exe reference (dll) files using vb.net Pin
kvelu.d9-Feb-09 19:21
kvelu.d9-Feb-09 19:21 
AnswerRe: how do i get the exe reference (dll) files using vb.net Pin
Dave Kreskowiak10-Feb-09 1:51
mveDave Kreskowiak10-Feb-09 1:51 
GeneralRe: how do i get the exe reference (dll) files using vb.net Pin
kvelu.d10-Feb-09 2:14
kvelu.d10-Feb-09 2:14 
GeneralRe: how do i get the exe reference (dll) files using vb.net Pin
Dave Kreskowiak10-Feb-09 3:39
mveDave Kreskowiak10-Feb-09 3:39 
Questionread keyboard wedge scanner in vb.net Pin
Member 37427839-Feb-09 8:05
Member 37427839-Feb-09 8:05 
AnswerRe: read keyboard wedge scanner in vb.net Pin
Dave Kreskowiak9-Feb-09 12:06
mveDave Kreskowiak9-Feb-09 12:06 
AnswerRe: read keyboard wedge scanner in vb.net Pin
Maxwell Barrett10-Feb-09 4:22
Maxwell Barrett10-Feb-09 4:22 
GeneralRe: read keyboard wedge scanner in vb.net Pin
Member 374278310-Feb-09 4:38
Member 374278310-Feb-09 4:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.