Click here to Skip to main content
15,884,473 members
Home / Discussions / C#
   

C#

 
QuestionGet a partial string reading PORT via rs232 Pin
goldsoft5-Aug-15 8:49
goldsoft5-Aug-15 8:49 
AnswerRe: Get a partial string reading PORT via rs232 Pin
PIEBALDconsult5-Aug-15 9:41
mvePIEBALDconsult5-Aug-15 9:41 
AnswerRe: Get a partial string reading PORT via rs232 Pin
Ravi Bhavnani5-Aug-15 9:47
professionalRavi Bhavnani5-Aug-15 9:47 
GeneralRe: Get a partial string reading PORT via rs232 Pin
goldsoft5-Aug-15 20:07
goldsoft5-Aug-15 20:07 
QuestionMaintain scroll position in datagrid after edit: Silverlight and c# Pin
Member 77023085-Aug-15 2:48
Member 77023085-Aug-15 2:48 
Questionlooking for C# sample code reading weight Through rs232 - WinForm Pin
goldsoft5-Aug-15 1:09
goldsoft5-Aug-15 1:09 
AnswerRe: looking for C# sample code reading weight Through rs232 - WinForm Pin
OriginalGriff5-Aug-15 1:25
mveOriginalGriff5-Aug-15 1:25 
AnswerRe: looking for C# sample code reading weight Through rs232 - WinForm Pin
HaldorPhil20-Aug-15 6:36
HaldorPhil20-Aug-15 6:36 
Most scale serial protocols are very simple. Typically you send a single character ('W' or 'P' are common) and get a 'CR' or 'CR' 'LF' terminated string in response.

HyperTerminal is a decent way to debug serial communication(to ensure you have the parameters right). You can copy two files from any XP machine to get it back. The files you need are hypertrm.dll and hypertrm.exe.

A pretty highly regarded alternative to HyperTerminal is Putty. You can learn more about Putty here.

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html[^]

I used to design scales in my previous job, and am familiar with scale RS232 and USB communication. Post the manufacturer and model number of the scale you are trying to talk to and I might be able to give more direct help.

Another thing to keep in mind is that most scales have configurable protocols so you will need to verify how the scale is configured when writing your software. You are going to need the scale's tech manual to be able to do this.
Question#SNMP not return values of ifInObtets, ifOutObtets, ifSpeed when query. Pin
LeHuuTien4-Aug-15 16:49
LeHuuTien4-Aug-15 16:49 
QuestionRe: #SNMP get values of ifInObtets, ifOutObtets, ifSpeed based on OID Pin
ZurdoDev5-Aug-15 1:15
professionalZurdoDev5-Aug-15 1:15 
AnswerRe: #SNMP get values of ifInObtets, ifOutObtets, ifSpeed based on OID Pin
Richard MacCutchan5-Aug-15 1:26
mveRichard MacCutchan5-Aug-15 1:26 
QuestionC# Pin
jubayer4-Aug-15 2:51
jubayer4-Aug-15 2:51 
AnswerRe: C# Pin
Pete O'Hanlon4-Aug-15 3:12
mvePete O'Hanlon4-Aug-15 3:12 
AnswerRe: C# Pin
Eddy Vluggen4-Aug-15 3:18
professionalEddy Vluggen4-Aug-15 3:18 
Question#SNMP Calculate Bandwidth Utilization Pin
LeHuuTien3-Aug-15 22:07
LeHuuTien3-Aug-15 22:07 
AnswerRe: #SNMP Calculate Bandwidth Utilization Pin
Guerrilla Coder3-Aug-15 22:49
Guerrilla Coder3-Aug-15 22:49 
GeneralRe: #SNMP Calculate Bandwidth Utilization Pin
LeHuuTien4-Aug-15 2:28
LeHuuTien4-Aug-15 2:28 
Questioni am not getting my desired results Pin
Dark Commet3-Aug-15 0:18
Dark Commet3-Aug-15 0:18 
AnswerRe: i am not getting my desired results Pin
Saundarya Pradhan3-Aug-15 0:43
Saundarya Pradhan3-Aug-15 0:43 
AnswerRe: i am not getting my desired results Pin
OriginalGriff3-Aug-15 0:47
mveOriginalGriff3-Aug-15 0:47 
AnswerRe: i am not getting my desired results Pin
Nicholas Marty3-Aug-15 0:58
professionalNicholas Marty3-Aug-15 0:58 
AnswerRe: i am not getting my desired results Pin
HUKUMAT RAY KUMAWAT3-Aug-15 18:37
HUKUMAT RAY KUMAWAT3-Aug-15 18:37 
QuestionRe: i am not getting my desired results Pin
Richard MacCutchan3-Aug-15 21:03
mveRichard MacCutchan3-Aug-15 21:03 
GeneralRe: i am not getting my desired results Pin
Eddy Vluggen3-Aug-15 21:17
professionalEddy Vluggen3-Aug-15 21:17 
GeneralRe: i am not getting my desired results Pin
Richard MacCutchan3-Aug-15 22:13
mveRichard MacCutchan3-Aug-15 22:13 

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.