Click here to Skip to main content
15,918,889 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Multiple definitions, identical signatures Pin
Kschuler24-Jul-07 7:42
Kschuler24-Jul-07 7:42 
GeneralRe: Multiple definitions, identical signatures Pin
autorob24-Jul-07 8:22
autorob24-Jul-07 8:22 
GeneralRe: Multiple definitions, identical signatures Pin
Kschuler24-Jul-07 8:28
Kschuler24-Jul-07 8:28 
GeneralRe: Multiple definitions, identical signatures Pin
autorob24-Jul-07 8:38
autorob24-Jul-07 8:38 
QuestionData packets Pin
Cory Kimble24-Jul-07 5:54
Cory Kimble24-Jul-07 5:54 
AnswerRe: Data packets Pin
MidwestLimey24-Jul-07 8:53
professionalMidwestLimey24-Jul-07 8:53 
AnswerRe: Data packets Pin
Dave Kreskowiak24-Jul-07 9:01
mveDave Kreskowiak24-Jul-07 9:01 
GeneralRe: Data packets Pin
Cory Kimble25-Jul-07 6:35
Cory Kimble25-Jul-07 6:35 
Here is my code.

When I send a string SERIELL. The device is suppose to send back a confirmation string 'OK'. When I do a MessageBox.Show(serialPort.ReadChar) I get two message boxes one with 79 one with 75. These are UNICODE for 'O' and 'K'. GOOD
But when I send this for a password I am suppose to get ACK or 0x06 back and I only get a 21 back. Do I need to send in UNICODE? Binary? Hex? What are your thoughts? The original code was ANSI-C or C#.



Dim passwordCommand As String = Chr(&H2) & Chr(&H50) & Chr(&H53) & Chr(&H57) & Chr(&H44) & Chr(&H1) & Chr(&H50) & Chr(&H61) & Chr(&H73) & Chr(&H73) & Chr(&H77) & Chr(&H6F) & Chr(&H72) & Chr(&H74) & Chr(&H3) & Chr(&H1F) & Chr(&HF7)
GeneralRe: Data packets Pin
Dave Kreskowiak25-Jul-07 13:45
mveDave Kreskowiak25-Jul-07 13:45 
QuestionMaster Detail Datagrid Pin
ryan11724-Jul-07 5:21
ryan11724-Jul-07 5:21 
Questionopening a JPG with VB through MSAccess Pin
reegan4124-Jul-07 5:10
reegan4124-Jul-07 5:10 
AnswerRe: opening a JPG with VB through MSAccess Pin
Paul Conrad24-Jul-07 5:59
professionalPaul Conrad24-Jul-07 5:59 
GeneralRe: opening a JPG with VB through MSAccess Pin
reegan4124-Jul-07 6:08
reegan4124-Jul-07 6:08 
GeneralRe: opening a JPG with VB through MSAccess Pin
jerryj24-Jul-07 8:21
jerryj24-Jul-07 8:21 
GeneralRe: opening a JPG with VB through MSAccess Pin
reegan4125-Jul-07 5:22
reegan4125-Jul-07 5:22 
Questionbitmap.save(filename) - A generic error occurred in GDI+. Pin
H3rman24-Jul-07 4:52
H3rman24-Jul-07 4:52 
AnswerRe: bitmap.save(filename) - A generic error occurred in GDI+. Pin
Dave Kreskowiak24-Jul-07 4:57
mveDave Kreskowiak24-Jul-07 4:57 
GeneralRe: bitmap.save(filename) - A generic error occurred in GDI+. Pin
H3rman24-Jul-07 5:08
H3rman24-Jul-07 5:08 
QuestionSave a file to a network folder (with security) Pin
csillagyitzik24-Jul-07 4:03
csillagyitzik24-Jul-07 4:03 
AnswerRe: Save a file to a network folder (with security) Pin
Dave Kreskowiak24-Jul-07 4:33
mveDave Kreskowiak24-Jul-07 4:33 
AnswerRe: Save a file to a network folder (with security) Pin
Craster24-Jul-07 4:46
Craster24-Jul-07 4:46 
QuestionVB6 Add-in - modify font colour for string values in syntax? (in Double Quotes - "") Pin
Mikey48424-Jul-07 3:34
Mikey48424-Jul-07 3:34 
AnswerRe: VB6 Add-in - modify font colour for string values in syntax? (in Double Quotes - "") Pin
Dave Kreskowiak24-Jul-07 4:31
mveDave Kreskowiak24-Jul-07 4:31 
GeneralRe: VB6 Add-in - modify font colour for string values in syntax? (in Double Quotes - "") Pin
Mikey48424-Jul-07 4:58
Mikey48424-Jul-07 4:58 
GeneralRe: VB6 Add-in - modify font colour for string values in syntax? (in Double Quotes - "") Pin
Dave Kreskowiak24-Jul-07 5:48
mveDave Kreskowiak24-Jul-07 5:48 

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.