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
Hi,
I'm just testing this class as I need to transmit and receive data from a LED
controller. But for now, I'm doing test with a null-modem cable plugged to COM7
and COM8, via USB-to-serial adapter.
I'm trying some simple transmission but notice that all characters are note
received well. Some needs to be uppercase, the other lowercase.
Here is the "good" spelling for having good transmission:
ABcDefGHijKlMNoPqrStUVwxYZ
If I send "a" instead of "A", I receive a "á". All "non-working" characters
are with accents.
I check the receiving string with a Tera Term terminal connected on COM7, and
my php script is connected on COM8.
All the transmission are good when using 2 terminals (1 on COM7, 1 on COM8),
but not with the script
What steps will reproduce the problem?
1. using the example.php, just replace $serial->sendMessage("Hello !"); with
$serial->sendMessage("Bazinga!");
What is the expected output? What do you see instead?
Expected result : Bazinga!
see instead: Báúiîçá!
What version of the product are you using? On what operating system?
Last version from SVN read only, on Win7 x64, with PHP 5.3.13
Please provide any additional information below.
Got the same result while using PHP-Cli, so Apache not involved
Thanks :)
Original issue reported on code.google.com by [email protected] on 6 Nov 2012 at 8:36
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 6 Nov 2012 at 8:36The text was updated successfully, but these errors were encountered: