Click here to Skip to main content
15,879,474 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: Serial port takes a long time to respond Pin
Richard MacCutchan28-Apr-20 21:36
mveRichard MacCutchan28-Apr-20 21:36 
AnswerRe: Serial port takes a long time to respond Pin
Patrice T5-Jul-20 0:53
mvePatrice T5-Jul-20 0:53 
Member 14809996 wrote:
The response from the micro should be pretty fast, its running at a baudrate of 115200, meaning the whole 512 kb file should in theory take just over 30 seconds to complete, at the moment it is more than double that, at 80 seconds.

You missed a couple things:
- In serial communications, every byte is preceded by at least a start bit and a stop bit, other settings like parity can add other delay. This make at least 10 bits for a byte transmitted, this make sending 512kB just under 45 secondes at 100% efficient.
- Any operation like reading the 512kB from storage will add delay.
- Any one serious with serial communication, for such a file, will encapsulate the data within a communication protocol to ensure data is not corrupted on the other side. This imply mode data to transmit and some time to ensure data integrity.
So 80 secondes is not that bad.
Patrice

“Everything should be made as simple as possible, but no simpler.” Albert Einstein

QuestionDisplay Port to HDMI Pin
Richard Andrew x643-Apr-20 3:16
professionalRichard Andrew x643-Apr-20 3:16 
AnswerRe: Display Port to HDMI Pin
Duc Axenn30-May-21 11:20
Duc Axenn30-May-21 11:20 
QuestionGreen shaded images from USB camera... Pin
Kornfeld Eliyahu Peter8-Mar-20 22:43
professionalKornfeld Eliyahu Peter8-Mar-20 22:43 
QuestionUSB Problem Pin
Kevin Marois8-Mar-20 14:49
professionalKevin Marois8-Mar-20 14:49 
GeneralRe: USB Problem Pin
Dave Kreskowiak16-Mar-20 4:52
mveDave Kreskowiak16-Mar-20 4:52 
GeneralRe: USB Problem Pin
Richard MacCutchan16-Mar-20 5:24
mveRichard MacCutchan16-Mar-20 5:24 
GeneralRe: USB Problem Pin
Dave Kreskowiak16-Mar-20 7:46
mveDave Kreskowiak16-Mar-20 7:46 
QuestionGemalto IDBridge CT700 (PC PIN PAD) Experience Pin
_Asif_19-Jan-20 23:09
professional_Asif_19-Jan-20 23:09 
AnswerRe: Gemalto IDBridge CT700 (PC PIN PAD) Experience Pin
Richard MacCutchan19-Jan-20 23:17
mveRichard MacCutchan19-Jan-20 23:17 
AnswerRe: Gemalto IDBridge CT700 (PC PIN PAD) Experience Pin
Gerry Schmitz20-Jan-20 9:24
mveGerry Schmitz20-Jan-20 9:24 
AnswerRe: Gemalto IDBridge CT700 (PC PIN PAD) Experience Pin
Jj Esterel3-Jun-22 6:21
Jj Esterel3-Jun-22 6:21 
QuestionWhat limits how much of the memory a PCIe device can address? Pin
Rakanoth27-Dec-19 7:25
Rakanoth27-Dec-19 7:25 
QuestionHard Drive Firmware Pin
Antiquity13118-Oct-19 3:54
Antiquity13118-Oct-19 3:54 
AnswerRe: Hard Drive Firmware Pin
Dave Kreskowiak8-Nov-19 2:40
mveDave Kreskowiak8-Nov-19 2:40 
QuestionTeledyne DALSA BOA SPOT Camera access Pin
Andreas Saurwein26-Sep-19 4:05
Andreas Saurwein26-Sep-19 4:05 
AnswerRe: Teledyne DALSA BOA SPOT Camera access Pin
Richard MacCutchan26-Sep-19 4:45
mveRichard MacCutchan26-Sep-19 4:45 
GeneralRe: Teledyne DALSA BOA SPOT Camera access Pin
Andreas Saurwein26-Sep-19 5:02
Andreas Saurwein26-Sep-19 5:02 
QuestionCommunicating software with hardware Pin
Otekpo Emmanuel24-Sep-19 9:34
Otekpo Emmanuel24-Sep-19 9:34 
AnswerRe: Communicating software with hardware Pin
Andreas Saurwein26-Sep-19 4:06
Andreas Saurwein26-Sep-19 4:06 
AnswerRe: Communicating software with hardware Pin
Gerry Schmitz26-Sep-19 5:09
mveGerry Schmitz26-Sep-19 5:09 
GeneralRe: Communicating software with hardware Pin
Otekpo Emmanuel21-Nov-19 19:48
Otekpo Emmanuel21-Nov-19 19:48 
GeneralRe: Communicating software with hardware Pin
Roger Milliken19-Dec-19 2:28
Roger Milliken19-Dec-19 2:28 
QuestionPower Supply Variance Pin
Richard Andrew x646-Sep-19 13:08
professionalRichard Andrew x646-Sep-19 13:08 

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.