//Edit
My FT232RL have a jumper to choose between 3,3V and 5V, But do that effect the chips logic output voltage?
I'm going through the data sheet but haven't found anything jet and I do not have my scope to check, do you know?
//
Thanks for the clairification.
When dealing with the serial communication, am I restricted to the format 1 start bit, up to 8 bits, 1, 1,5 or 2 stop bits?
Arduino Due contains SAM3X8E, a 32bit flash µC. Is it possible to send a 32bit word as such or is it always going to be 4 bytes each with start/stop bits?
And regarding the stop bits, I know I can choose 1, 1,5 or 2 but is that outside of my choice of 8 data bits, so a transmission can be as many as 11 bits, or is it always 10bit streams?
Does any one know about the subject of 3,3V digital pins and what it takes to make them 5V tolerant, if it was easy one would think that it would be standard to make them as such. Although I do bump in to things that is 3,3V and 5V tolerant I never get to use anything that is 3,3V and 5V tolerant. It would make life so very much easier but I suppose it says by it self that the 5V tolerant inputs cost a bit more to produce.
One other thing, does any one know if there are any difference in speed or performers of serial RS232 communication with real full hardware handshake and pure software handshake, hardware do sound more versatile but is it slower...
It does not really matter to me right know but I can't help wonder about the pros vs cons of hardware/software handshaking, obviously in applications where it is needed as I understand in some or many cases it is not needed at all.
I am looking through matlab since I'm new to it to see if it can support full handshaking, I would like to use both DTR, DSR, RTS and CTS. I know I could manage the process in software but for some reason I want to do it this way, can't really justify why.
Its a real bummer there are some flaw in my computers registers that disable matlab from allowing its inbuilt arduino support but it has been fun learning how it works manually.
Thanks for your thoughts, I think this matter will be fully solved but I'll wait to see if anyone has anything to say about my questions in this post. I have to say I really love this forum, lots of fun and many helpful kind people. Makes my day
Regards
- - - Updated - - -
I checked with my multi meter
But should RXD really output high when just plugged in, no communication going on...?
Is the signals inverted?