Commit Graph

5 Commits

Author SHA1 Message Date
ole00 39fe8258db help: changed the afterburner's url 2022-04-22 19:54:32 +01:00
ole00 d518805925 serial port: support for keeping the port always opened
Closing serial port causes Arduino reset on Mac OSX.
2022-04-22 19:49:58 +01:00
ole00 b5d6fa6683 version 0.4 - baud rate changed to 57600. Please re-upload .ino sketch.
After testing with genuine arduino uno I could not make
it to work reliably using the original baudrate 38400 on
Windows 7. Linux worked OK, but Windows 7 inserted extra 2
bytes 0xFE or 0xFF at the beginnig of the serial communication
(at least that's what arduino read from the serial line).
Baudrate 57600 so far had no issue, another reliable option
seem to be 9600.
2022-04-01 22:15:48 +01:00
ole00 443072e423 pc app: fixed detection of serial prompt 2022-04-01 17:49:09 +01:00
ole00 935d52e12b moved the PC app source to the src_pc directory
This fixes an issue with Arduino IDE which opens all .c files
(even unrelated) in the same directory when the .ino file is opened.
Fixes compilation error described in issue #10
2021-06-22 19:53:40 +01:00