Click here to Skip to main content
15,886,518 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sending ascii extended characters via serial port Pin
keninfo5-Apr-08 1:12
keninfo5-Apr-08 1:12 
GeneralRe: Sending ascii extended characters via serial port Pin
Rajesh Anuhya5-Apr-08 1:15
professionalRajesh Anuhya5-Apr-08 1:15 
GeneralRe: Sending ascii extended characters via serial port Pin
keninfo5-Apr-08 1:20
keninfo5-Apr-08 1:20 
GeneralRe: Sending ascii extended characters via serial port Pin
Rajesh Anuhya5-Apr-08 1:28
professionalRajesh Anuhya5-Apr-08 1:28 
GeneralRe: Sending ascii extended characters via serial port Pin
keninfo5-Apr-08 1:34
keninfo5-Apr-08 1:34 
GeneralRe: Sending ascii extended characters via serial port Pin
Rajesh Anuhya5-Apr-08 1:36
professionalRajesh Anuhya5-Apr-08 1:36 
GeneralRe: Sending ascii extended characters via serial port Pin
Dave Kreskowiak5-Apr-08 13:46
mveDave Kreskowiak5-Apr-08 13:46 
GeneralRe: Sending ascii extended characters via serial port Pin
Luc Pattyn5-Apr-08 14:28
sitebuilderLuc Pattyn5-Apr-08 14:28 
Hi,

if you need to send special byte values over SerialPort, forget about text, strings and
encodings, and use SerialPort.Write, which works with byte arrays, no encoding, no
translation. What you get is what you ordered.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralCreate Folder Pin
Socheat.Net4-Apr-08 23:48
Socheat.Net4-Apr-08 23:48 
QuestionRe: Create Folder Pin
Rajesh Anuhya5-Apr-08 1:03
professionalRajesh Anuhya5-Apr-08 1:03 
GeneralRe: Create Folder Pin
Dave Kreskowiak5-Apr-08 13:45
mveDave Kreskowiak5-Apr-08 13:45 
QuestionMicrosoft.DirectX.Direct3DX Pin
Joy Anne4-Apr-08 21:54
Joy Anne4-Apr-08 21:54 
GeneralRe: Microsoft.DirectX.Direct3DX Pin
Dave Kreskowiak5-Apr-08 13:43
mveDave Kreskowiak5-Apr-08 13:43 
GeneralUnable to show data in datagridview Pin
hisuman1004-Apr-08 20:21
hisuman1004-Apr-08 20:21 
GeneralRe: Unable to show data in datagridview Pin
Rupesh Kumar Swami4-Apr-08 20:53
Rupesh Kumar Swami4-Apr-08 20:53 
GeneralRe: Unable to show data in datagridview Pin
hisuman1004-Apr-08 21:30
hisuman1004-Apr-08 21:30 
GeneralRe: Unable to show data in datagridview Pin
Rupesh Kumar Swami4-Apr-08 22:17
Rupesh Kumar Swami4-Apr-08 22:17 
AnswerRe: Unable to show data in datagridview Pin
MBCDC4-Apr-08 23:00
MBCDC4-Apr-08 23:00 
GeneralPop Up Form Pin
Socheat.Net4-Apr-08 18:52
Socheat.Net4-Apr-08 18:52 
GeneralRe: Pop Up Form Pin
Rupesh Kumar Swami4-Apr-08 20:49
Rupesh Kumar Swami4-Apr-08 20:49 
AnswerRe: Pop Up Form Pin
Rajesh Anuhya4-Apr-08 23:36
professionalRajesh Anuhya4-Apr-08 23:36 
GeneralRe: Pop Up Form Pin
Dave Kreskowiak5-Apr-08 13:37
mveDave Kreskowiak5-Apr-08 13:37 
GeneralRe: Pop Up Form Pin
Mycroft Holmes5-Apr-08 17:53
professionalMycroft Holmes5-Apr-08 17:53 
QuestionHow to design dataTables or DataSets for forms on different panels Pin
AAGTHosting4-Apr-08 16:23
AAGTHosting4-Apr-08 16:23 
AnswerRe: How to design dataTables or DataSets for forms on different panels Pin
Ashish Sehajpal4-Apr-08 23:48
Ashish Sehajpal4-Apr-08 23: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.