Click here to Skip to main content
15,894,630 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: Slow Network Speed Pin
#realJSOP25-Aug-07 2:55
mve#realJSOP25-Aug-07 2:55 
AnswerRe: Slow Network Speed Pin
cp987625-Aug-07 17:46
cp987625-Aug-07 17:46 
AnswerRe: Slow Network Speed Pin
Sebastian Schneider27-Aug-07 4:32
Sebastian Schneider27-Aug-07 4:32 
QuestionAccessing ACPI system from code Pin
Tim Wuytens24-Aug-07 2:00
Tim Wuytens24-Aug-07 2:00 
AnswerRe: Accessing ACPI system from code Pin
simonchen.net5-Sep-07 16:00
simonchen.net5-Sep-07 16:00 
GeneralSetup help for Posiflex Bar-code scanner Pin
Brady Kelly23-Aug-07 1:01
Brady Kelly23-Aug-07 1:01 
QuestionRs232 conection for microcontroller Pin
Jelle De Vos19-Aug-07 20:26
Jelle De Vos19-Aug-07 20:26 
AnswerRe: Rs232 conection for microcontroller Pin
Luc Pattyn19-Aug-07 23:00
sitebuilderLuc Pattyn19-Aug-07 23:00 
Dag Jelle,

tell us some more about your set-up.

I assume you mean SerialPort.Handshake.XOnXOff? This is how I expect it to work:
- communication is enabled by default
- when one side sends XOFF character, the other side should stop transmitting
(but may take a while, say 5 character times, to understand that)
- when one side sends XON character, the other side is allowed to resume transmission
- it works both ways (you can't do different schemes for transmit and receive)
- each side will send XOFF when its transmit buffer is nearly full; on Windows
the serial driver does that automatically, you should not explicitly send XOFF
or XON
- each side will send XON when its transmit buffer has sufficient room
- each side will receive and interpret incoming XON and XOFF according to the
above, the application will never receive them as data
- warning: if you send data (say binary data) that happens to contain bytes
with the same value as XON or XOFF your communication will fail.

Hope this helps.
Groeten.

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: Rs232 conection for microcontroller Pin
Jelle De Vos19-Aug-07 23:33
Jelle De Vos19-Aug-07 23:33 
GeneralRe: Rs232 conection for microcontroller Pin
Luc Pattyn20-Aug-07 0:02
sitebuilderLuc Pattyn20-Aug-07 0:02 
GeneralRe: Rs232 conection for microcontroller Pin
Jelle De Vos20-Aug-07 0:22
Jelle De Vos20-Aug-07 0:22 
GeneralRe: Rs232 conection for microcontroller Pin
Luc Pattyn20-Aug-07 0:41
sitebuilderLuc Pattyn20-Aug-07 0:41 
GeneralRe: Rs232 conection for microcontroller Pin
Jelle De Vos20-Aug-07 0:59
Jelle De Vos20-Aug-07 0:59 
GeneralRe: Rs232 conection for microcontroller Pin
Jelle De Vos20-Aug-07 1:07
Jelle De Vos20-Aug-07 1:07 
GeneralRe: Rs232 conection for microcontroller Pin
Luc Pattyn20-Aug-07 1:15
sitebuilderLuc Pattyn20-Aug-07 1:15 
GeneralRe: Rs232 conection for microcontroller Pin
Luc Pattyn20-Aug-07 1:45
sitebuilderLuc Pattyn20-Aug-07 1:45 
GeneralRe: Rs232 conection for microcontroller Pin
Jelle De Vos20-Aug-07 1:55
Jelle De Vos20-Aug-07 1:55 
Question22" Monitor Recommendation Pin
martin_hughes18-Aug-07 9:30
martin_hughes18-Aug-07 9:30 
Questionmicrocontroller to use ? Pin
shaikhooo17-Aug-07 14:28
shaikhooo17-Aug-07 14:28 
AnswerRe: microcontroller to use ? Pin
Luc Pattyn17-Aug-07 14:42
sitebuilderLuc Pattyn17-Aug-07 14:42 
AnswerRe: microcontroller to use ? Pin
Alexander M.,19-Aug-07 8:16
Alexander M.,19-Aug-07 8:16 
GeneralRe: microcontroller to use ? Pin
Luc Pattyn19-Aug-07 8:48
sitebuilderLuc Pattyn19-Aug-07 8:48 
AnswerRe: microcontroller to use ? Pin
LittleYellowBird20-Aug-07 4:44
LittleYellowBird20-Aug-07 4:44 
QuestionLaCie Ethernet Disk [modified] Pin
t4ure4n13-Aug-07 23:21
t4ure4n13-Aug-07 23:21 
QuestionHow to send/receive data from/to an outside source Pin
High0ctane13-Aug-07 6:44
High0ctane13-Aug-07 6:44 

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.