You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. $serial->confBaudRate(600); - lowest baudrate set to check
2. $serial->sendMessage("ABCDEFGHI");
3.
What is the expected output? What do you see instead?
I see on my terminal:
ABÃDÅÆGH
What version of the product are you using? On what operating system?
Win7 64, apache2.4, php5.2
Please provide any additional information below.
I have tried different COM ports and different baudrates - all resulting in
random character mismatch,
although there are always about 50% of correct characters, in the correct order.
So that is not total garbage i am receiving, however what could be the cause of
the mismatch characters ?!
Thanks !
Original issue reported on code.google.com by [email protected] on 21 Sep 2013 at 9:43
More details:
1.no matter what baudrate i use.
2.no matter what COM port i use (COM1 for php-serial and COM3 for terminal, or
vice-versa)
3.no matter what sequence sent, if it is one char only, or a 100-chars string
{
sending "1" will always result in receiving "±"
sending "A" will always result in receiving "A"
etc... i.e. some characters will arrive OK and some will be converted to something else
}
Original issue reported on code.google.com by
[email protected]
on 21 Sep 2013 at 9:43Attachments:
The text was updated successfully, but these errors were encountered: